
html {height: 100%; font-size: 62.5%;}
body {
        text-align: center;
        font-family: Verdana, sans-serif;
        font-size: 1.8em;
        line-height: 1.8em;
        color: #505050;
        background-image: url("../img/hintergrund.png") ;
        	background-size:cover;
		background-position: right center;
		background-repeat: no-repeat;
		background-attachment: fixed;
        height: 100%;
        min-width: 400px;
        padding: 20px;
        
}

.banner {
  height: 20vh;
 }

.banner {
   background-image: url("../img/t3_banner.png");
   background-repeat: no-repeat;
   //background-size: 1033px 122px;
   background-size: contain;
   background-position-x: center;
   background-position-y: top;

 }



.container_li {
  height: 10vh;
 }

.container_li {
   background-image: url("../img/logo_landsc_transp.png");
   background-repeat: no-repeat;
   background-size: 309px 71px;
   background-position: 3% 13px;
   // Höhe nicht vergessen
   //height: 20vh;
   background-attachment: fixed;
 }


.container_re {
  height: 10vh;
 }

.container_re{
   background-image: url("../img/logo_vertikal_transp.png");
   background-repeat: no-repeat;
   background-size: 95px 212px;
   background-position: 97% 10px;
   // Höhe nicht vergessen
   //height: 100vh;
   background-attachment: fixed;
 }





header {
		color: #AAAAAA;
}

main {
		color: #505050
}

.galleriehalter {
	column-count: 5;
	column-gap: 20px;
	max-width: 1900px;
	margin: 0 auto;
}

.gallerieblock {
	display: inline-block;
	background-color: #d2d2d2;
	padding: 20px;
	margin: 0 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.gallerieblock img {
	width: 100%;
}

	@media screen and (max-width: 768px) {
		.galleriehalter {
			column-count: 1;
		}		
	}

	@media screen and (min-width: 769px) {
		.galleriehalter {
			column-count: 2;
		}		
	}
	
	
	@media screen and (min-width: 1080px) {
		.galleriehalter {
			column-count: 3;
		}		
	}


	@media screen and (min-width: 1400px) {
		.galleriehalter {
			column-count: 4;
		}		
	}


	@media screen and (min-width: 1600px) {
		.galleriehalter {
			column-count: 5;
		}		
	}
	
	
footer h3 {
		color: hsl(155, 36%, 29%);
}


h1 {
	color: #FF0000;
	font-size: 4em;
	line-height: 1.5em;
}

h2 {
	color: #FF0000;
	text-align: "center";
}



.bottom_aligner {
    display: inline-block;
    height: 20%;
    vertical-align: bottom;
    width: 0px;
}




p {
	text-align: "center";
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: red;
} 

a:link {
  color: red;
} 

a:visited {
	color: red;
}
figcaption {
		color: #5D7786;
      font-style: italic;
}

form {
	color: #FFFFFF;
}


        .image-container img {
            transition: transform 0.3s ease-in-out;
        }

        .image-container img:hover {
            transform: scale(6.0);
        }
        

#Inhalte-werden-zentriert {
  display: flex;
  align-items: center;
  justify-content: center;
}

  

table
	{
		padding: 25px;
	}     
	
	
th {
	color: black;
	text-align: left;
}

	
	
td {
	color: black;
	text-align: left;
}




u {
	color: black;;
}


    input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -4px;
        position: relative;
        background-color: lightgray;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid black;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -4px;
        position: relative;
        background-color: black;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid black;
    }
    
  ul 
  		{
  		list-style-type: none;
  		}  