﻿* {
    margin: 0;
    padding: 0;
}
html { height: 100.2%; }
body {
    background-color: silver;
    font-family: Arial, sans-serif;
    background-image: url(../bilder/back.jpg);
    background-attachment: local;
    background-size: 100% auto;
    /* fÃ¼r alte IE-Versionen zwecks Zentrierung */
    text-align: center;
}

/* fÃ¼r alte Browser-Versionen */
nav, header, footer, article {
    display: block;
}


#wrapper {
/*    background-color: white;*/
    width: 1600px;
    margin: 0 auto;
    background-image: url(../bilder/hintergrund-inhalt.png);
    /* fÃ¼r alte IE-Versionen zwecks Zentrierung */
    text-align: left;    
}

#wrappertext {
/*    background-color: white;*/
    width: 1600px;
    margin: 0 auto;
    background-image: url(../bilder/hintergrund-inhalt-2.png);
    /* fÃ¼r alte IE-Versionen zwecks Zentrierung */
    text-align: left;    
}


#wrapperleer {
    width: 1600px;
    margin: 0 auto;
    background-image: none;
    background-color: hsla(0, 50%, 100%, 0.9)
    text-align: left;    
}



#name {
/*    background-color: red;*/
    height: 3em;
    background-image:  url(../bilder/redname.png);
    background-repeat: repeat-x;
    background-position: right 0px, right;
    height: 50px;
    max-width: 1600px;
    margin: 0 auto;
}
#name a {
    display: inline-block;
    width: auto;
    text-align: center;
    text-decoration: none;
    line-height: 2em;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    padding-right: 20px;
    text-shadow: 1px 1px 4px black;
}




header {
/*    background-color: deepskyblue;*/
    background-image:   url(../bilder/wappen.png),
                        url(../bilder/theme1.png),
						url(../bilder/theme2.png),
						url(../bilder/theme3.png),
						url(../bilder/theme4.png),
						url(../bilder/theme5.png),
						url(../bilder/theme6.png);
						
    background-repeat: no-repeat,
					   no-repeat;
    background-position: left top, 230px top,230px top,230px top,230px top,230px top,230px top;
	background-size: 230px, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw;
	animation: wechseln 60s infinite;
    height: 280px;
    width: 1600px;
    margin: 0 auto;
}


@keyframes wechseln {
	0% {background-size: 230px, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw;}
	14.9% {background-size: 230px, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw;}
	15% {background-size: 230px, 0px, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw;}
	29.9% {background-size: 230px, 0px, 85.625vw, 85.625vw, 85.625vw, 85.625vw, 85.625vw;}
	30% {background-size: 230px, 0px, 0px, 85.625vw, 85.625vw, 85.625vw, 85.625vw;}
	44.9% {background-size: 230px, 0px, 0px, 85.625vw, 85.625vw, 85.625vw, 85.625vw;}	
	45% {background-size: 230px, 0px, 0px, 0px, 85.625vw, 85.625vw, 85.625vw;}
	69.9% {background-size: 230px, 0px, 0px, 0px, 85.625vw, 85.625vw, 85.625vw;}
	70% {background-size: 230px, 0px, 0px, 0px, 0px, 85.625vw, 85.625vw;}
	84.9% {background-size: 230px, 0px, 0px, 0px, 0px, 85.625vw, 85.625vw;}
	85% {background-size: 230px, 0px, 0px, 0px, 0px, 0px, 85.625vw;}
	100% {background-size: 230px, 0px, 0px, 0px, 0px, 0px, 85.625vw;}	
}

#logotext {
    padding-top: 45px;
    font-size: 0em;
    font-weight: bold;
}

header p {
/*    background-color: yellowgreen;*/
    text-align: right;
    color: white;
    padding-right: 20px;
    text-shadow: 1px 1px 4px black;
}

header a {
    color: white;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}


#steuerungoben {
/*    background-color: yellow;*/
    height: 1.9em;
  background-color: #c1121c;
    background-position: right 28px, center;
    width: 1600px;
    margin: 0 auto;
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
/*    background-color: yellow;*/
    display: inline-block;
}

#steuerungoben a {
    display: inline-block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    color: white;
text-shadow: 1px 1px 4px black;
}

#steuerungoben a:hover {
    background-image: url(../bilder/tra-rot.png);
}


/* Dropdown Button */
.dropbtn {
  background-color: #c1121c;
  padding: 5px;
  font-size: 16px;
  border: none;
  color: white;
  text-shadow: 1px 1px 4px black;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #6D6767;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:  #c1121c;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color:  #6D6767;} 







#steuerunglinks {
/*    background-color: yellow;*/
    width: 220px;
    float: left;
    margin-top: 20px;
}



#steuerunglinks ul {
    padding-left: 2em;
    list-style-type: none;
    color: #c1121c;
}

#steuerunglinks ul ul {
/*    background-color: orange;*/
    list-style-type: square;
    padding-top: 0.5em;
    padding-left: 1em;
} 

#steuerunglinks li {
    padding-bottom: 0.8em;
}

#steuerunglinks a {
/*    background-color: yellow;*/
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #c1121c;
}

#steuerunglinks a:hover {
    text-decoration: underline;
    -webkit-animation-name: animation_steuerung_links;
    animation-name: animation_steuerung_links;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes animation_steuerung_links {
    0%   { color: #c1121c; }
    50%  { color: #c1121c; }
    100% { color: #c1121c; }
}

@keyframes animation_steuerung_links {
    0%   { color: #c1121c; }
    50%  { color: #c1121c; }
    100% { color: #c1121c; }
}








#steuerunglinks2 {
/*    background-color: yellow;*/
    width: 220px;
    float: left;
    margin-top: 20px;
}



#steuerunglinks2 ul {
    padding-left: 2em;
    list-style-type: none;
    color: #c1121c;
}

#steuerunglinks2 ul ul {
/*    background-color: orange;*/
    list-style-type: square;
    padding-top: 0.5em;
    padding-left: 1em;
} 

#steuerunglinks2 li {
    padding-bottom: 0.8em;
}

#steuerunglinks2 a {
/*    background-color: yellow;*/
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #c1121c;
}

#steuerunglinks2 a:hover {
    text-decoration: underline;
    -webkit-animation-name: animation_steuerung_links;
    animation-name: animation_steuerung_links;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}



	#steuerunglinks { 		
		display: none;}





article {
/*    background-color: yellowgreen;*/
    width: 1030px;
    float: left;
    margin-left: 40px;
}


article h1 {
    padding-top: 20px;
    padding-bottom: 0.2em;
    font-size: 1.8em;
    color: #c1121c; 
}

article h2 {
    color: #c1121c; 
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    font-size: 1.4em;
}

article p {
    padding-bottom: 1em;
    line-height: 1.4em;
}

article ul, article ol {
    padding-left: 2em;
    padding-bottom: 1em;
}

article li {
    line-height: 1.4em;
}

	#fancybox3-container-1 .fancybox-item { display: inline-block; }
	#fancybox3-container-1 .fancybox-item img { width: 255px; height: auto; }
	.hide { display: none !important; }


article2 {
/*    background-color: yellowgreen;*/
    width: 1295px;
    float: left;
    margin-left: 40px;
}


article2 h1 {
    padding-top: 20px;
    padding-bottom: 0.2em;
    font-size: 1.8em;
    color: #c1121c; 
}

article2 h2 {
    color: #c1121c; 
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    font-size: 1.4em;
}

article2 p {
    padding-bottom: 1em;
    line-height: 1.4em;
}

article2 ul, article ol {
    padding-left: 2em;
    padding-bottom: 1em;
}

article2 li {
    line-height: 1.4em;
}

	#fancybox3-container-1 .fancybox-item { display: inline-block; }
	#fancybox3-container-1 .fancybox-item img { width: 255px; height: auto; }
	.hide { display: none !important; }




aside {
/*    background-color: orchid;*/
    width: 265px;
    float: right;
    margin-top: 20px;
}

aside p {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 4px black;
}

aside img {
    border: 1px solid silver;
}

footer {
/*    background-color: brown;*/
    color: white;
    clear: both;
    background-image: url(../bilder/durchsichtiges-grau.png);
    text-align: center;
    height: 1.5em;
    line-height: 1.5em;    
}

footer a {
    color: white;
    text-decoration: none;
}

.schriftklein {
    font-size: 0.9em;
}

.slicknav_menu {
	display:none;
}

/* fÃ¼r Tablett und Co */
@media only screen and ( min-width: 45em ) and ( max-width: 100em) {

#name a {
    display: inline-block;
    width: auto;
    text-align: center;
    text-decoration: none;
    line-height: 2em;
    font-size: calc(1.3em + (1.5 - 1.3) * (100vw - 45em) / (100 - 45));
    font-weight: bold;
    color: white;
    padding-right: 20px;
    text-shadow: 1px 1px 4px black;
}

header {
/*    background-color: deepskyblue;*/
    background-image:   url(../bilder/wappen.png),
                        url(../bilder/theme1.png),
						url(../bilder/theme2.png),
						url(../bilder/theme3.png),
						url(../bilder/theme4.png),
						url(../bilder/theme5.png),
						url(../bilder/theme6.png);
		
    height: calc(210px + (280 - 210) * 0.06*(100vw - 45em) / (100 - 45));
	}




	article {
		/* background-color: yellow;*/
		width: calc(62% + (80 - 62) * (100vw - 45em) / (100 - 45));
	}
	article2 {
		/* background-color: yellow;*/
		width: calc(62% + (80 - 62) * (100vw - 45em) / (100 - 45));
	}	





	#steuerungoben { 		
		display: inline-block;
	}

#steuerungoben {
/*    background-color: yellow;*/
    height: 1.9em;
  background-color: #c1121c;
    background-position: right 28px, center;
    width: 100%;
    margin: 0 auto;
}



	.slicknav_menu {
		display:none;
	}	
	
	#wrapper,
	header {
		width: 100%;
	}

	#wrapper {
		background-image: url(../bilder/hintergrund-inhalt-2.png);   
	}

	#wrappertext,
	header {
		width: 100%;
	}

	#wrappertext {
		background-image: url(../bilder/hintergrund-inhalt-2.png);   
	}


	
	aside {
		/* background-color: orchid;*/
		clear: both;
		float: none;
		margin-left: 260px;
		width: 430px;
		margin-bottom: 1em;
	}

	aside img {
		width: 137px;
		height: auto;	
	}

	aside p {
		color: black;
		text-shadow: none;
	}		
}


/* fuer Handy und Co */
@media only screen and ( max-width: 45em ) {

	#name { 		
		display: none;
	}


header {
/*    background-color: deepskyblue;*/
    background-image:   url(../bilder/theme1.png),
						url(../bilder/theme2.png),
						url(../bilder/theme3.png),
						url(../bilder/theme4.png),
						url(../bilder/theme5.png),
						url(../bilder/theme6.png);
						
    background-repeat: no-repeat,
					   no-repeat;
	animation: wechseln2 60s infinite;
    height: 280px;
    width: 1600px;
    margin: 0 auto;
}


@keyframes wechseln2 {
	0% {background-size:  auto,  auto,  auto,  auto,  auto,  auto;}
	14.9% {background-size:   auto,  auto,  auto,  auto,  auto,  auto;}
	15% {background-size:  0px,  auto,  auto,  auto,  auto,  auto;}
	29.9% {background-size:  0px,  auto,  auto,  auto,  auto,  auto;}
	30% {background-size:  0px, 0px,  auto,  auto,  auto,  auto;}
	44.9% {background-size:  0px, 0px,  auto,  auto,  auto,  auto;}	
	45% {background-size:  0px, 0px, 0px,  auto,  auto,  auto;}
	69.9% {background-size:  0px, 0px, 0px,  auto,  auto,  auto;}
	70% {background-size:  0px, 0px, 0px, 0px,  auto,  auto;}
	84.9% {background-size:  0px, 0px, 0px, 0px,  auto,  auto;}
	85% {background-size:  0px, 0px, 0px, 0px, 0px,  auto;}
	100% {background-size:  0px, 0px, 0px, 0px, 0px,  auto;}	
}



	article {
        /*	background-color: hsla(0, 50%, 100%, 0.3);*/
		float: none;
		width: 90%;
		margin: 0 auto;
	}		

	article2 {
        /*	background-color: hsla(0, 50%, 100%, 0.3);*/
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	
	#steuerungoben,
	#steuerunglinks2 { 		
		display: none;
	}	

	.slicknav_menu {
		display:block;
	}

	.slicknav_nav a {
		text-align: left;
	}	
	
	#wrapper,
	header {
		width: 100%;
	}	
	#wrappertext,
	header {
		width: 100%;
	}	

	/* Platz sparen oben - gut fÃ¼r Handy-MenÃ¼-Steuerung */
	header {		
		height: 122px;
		background-position: right bottom, center bottom;
	}	

	#logotext {
		padding-top: 15px;
	}	
	
	
	
	#wrapper {
		background-image: none;
		background-color: hsla(0, 50%, 100%, 0.9);
	}

	#wrappertext {
		background-image: none;
		background-color: hsla(0, 50%, 100%, 0.9);
	}

	aside {
		/* background-color: orange;*/
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 1em;
	}

	aside img {
		width: 31%;
		height: auto;
	}	
	
	aside p {
		color: black;
		text-shadow: none;
	}	
}

