html,body{font-family: basic-sans, sans-serif;font-weight:400;font-style:normal;overflow-x: hidden; background-color: #ffffff;}
	
html{-webkit-font-smoothing:antialiased;}
img{-ms-interpolation-mode:bicubic;}

/* BOOTSTRAP TWEAK */
@media (min-width: 1200px) {
.container{width:970px;}
}

/* TEXT */

h1,
.h1
{font-family: the-seasons, sans-serif; font-weight: 600; font-style: normal;color: #003153;  font-size: 40px; line-height:40px;  }

 
 

h2,
.h2
{font-family: the-seasons, sans-serif; font-weight: 400; font-style: normal;color: #333333;  font-size: 25px; line-height:25px;}

h3,
.h3
{font-family: the-seasons, sans-serif; font-weight: 400; font-style: normal;color: #ffffff;  font-size: 25px; line-height:25px;}


a.normal:link {font-family: the-seasons, sans-serif; font-size:16px; line-height:26px; font-weight:400; color: #003153; text-decoration: none; border-bottom: 1px solid #003153}
a.normal:visited {font-family: the-seasons, sans-serif;font-size:16px; line-height:26px; font-weight:400; color: #003153; text-decoration: none; border-bottom: 1px solid #003153}
a.normal:hover {font-family: the-seasons, sans-serif; font-size:16px; line-height:26px; font-weight:400; color: #333333; text-decoration: none; border-bottom: none}
a.normal:active {font-family: the-seasons, sans-serif;font-size:16px; line-height:26px; font-weight:400; color: #333333; text-decoration: none; border-bottom: none}

a.normal_2:link {font-family: the-seasons, sans-serif; font-size:16px; line-height:26px; font-weight:400; color: #003153; text-decoration: none; border-bottom: 1px solid #333333}
a.normal_2:visited {font-family: the-seasons, sans-serif;font-size:16px; line-height:26px; font-weight:400; color: #003153; text-decoration: none; border-bottom: 1px solid #333333}
a.normal_2:hover {font-family: the-seasons, sans-serif; font-size:16px; line-height:26px; font-weight:400; color: #333333;; text-decoration: none; border-bottom: none}
a.normal_2:active {font-family:the-seasons, sans-serif;font-size:16px; line-height:26px; font-weight:400; color: #333333;; text-decoration: none; border-bottom: none}


/* Inhalt */

hr{
	  border: 1px solid;
	  color: #003153;}

#inhalt{
font-family: basic-sans, sans-serif; font-size:16px; line-height: 26px; font-weight:400; color: #ffffff;
}
#inhalt_2{
font-family: basic-sans, sans-serif; font-size:16px; line-height: 26px; font-weight:400; color: #333333;
}

#logo{padding:25px; width:180px; position: fixed}

@media (max-width: 600px) {
	#logo{ width:100px;}
}
#abstand{
padding-top: 143px;
}
@media (max-width: 1200px) {
#abstand{
padding-top: 110px;
}}
@media (max-width: 990px) {
#abstand{
padding-top: 0px;
}}



/* Bilder */ 
	.rowgallery {
width: 100%;
max-width: 100%;
min-width: 0;
margin: 0 auto;
overflow: hidden;
}

.gallery {
float: left;
min-height: 1px;
}

.rowgallery .gallery {
width: 100%;
}
img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}
	
}

