	@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v19-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-sans-pro-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v19-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-narrow-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans-narrow-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-narrow-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-narrow-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-narrow-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-narrow-v16-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

img {
    border-style: none;
	width:100%;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
}

a {
	text-decoration: none;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
	
nav a:link, a:visited {
	color: #fff;
}

nav a:hover, a:focus {
	color: #ef7c06;
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	position: relative;
			}

.hausfarbe1{
	color: #204c86;
}

.hausfarbe1-back{
	background-color: #0f466f;
	color: #fff;
}
.hausfarbe1-back a:link, .hausfarbe1-back a:visited {
	color: #fff;
}
.hausfarbe1-back a:hover, .hausfarbe1-back a:focus {
	color: #FF9B00;
}


.hausfarbe2{
	color: #FF9100;
}

.hausfarbe2-back{
	background-color: #ef7c06;
	color: #fff;
}

.linie-unten{
	border-bottom: 5px solid #FF9100;
}

.liste-ohne{
	list-style: none;
}

.versalien{
	text-transform: uppercase;
    letter-spacing: 1px;
}

.typo-condensed{
	
	font-family: 'PT Sans Narrow', sans-serif;
}
.typo-h1{
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	margin-bottom: 15px;
}

.typo-h2{
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	margin: 0 0 10px 0;
}

.typo-h3{
	font-size: 19px;
	font-weight: 600;
}


.typo-gesperrt{
	letter-spacing:  1px;
}

.logo {
    margin: 2%;
	width: 96%;
	max-width: 300px;
}


.logo img {
	overflow: hidden;
}


.space-padding1{
	padding: 40px 0 15px 2%;
}

/*Teaser Startseite
========================================================*/

.teaserbox {
	width: 98%;
}

.teaserbox p{
	font-weight: 300;
}


.teaserbox a:link, .teaserbox a:visited{
	color: #fff;

}

.teaserbox a:hover, .teaserbox a:focus{
	color: #730c0c;

}

.teaserbox img {
    width: 40px;
    -webkit-box-shadow: 3px 3px 10px #00000038;
            box-shadow: 3px 3px 10px #00000038;
    border-radius: 40px;
	margin: 5px 20px 0 5%;
}
.teaserbox a:hover img {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
        transform: scale(1.13);
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.teaserbox ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.teaserbox li{
	width: 80%;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

/*slicknav
========================================================*/
.slicknav_menu {
	display:block;
	}

#navigation {
	display:none;
	}

.slicknav_menu {
    font-size: 22px;
    background: #ef7c06;
    padding: 5px;
}

.slicknav_btn {
	float: left;
    text-shadow:0 0 0;
    background-color: #ef7c06;
}

.slicknav_menu .slicknav_menutxt{
	text-shadow: 0 0 0;
    letter-spacing: 1px;
	    color: #fff;
    font-weight: 400;
    font-size: 28px;
}
.slicknav_nav a {
    display: block;
    border-bottom: 1px solid #fff;
 	padding: 15px;
	font-size: 25px;
    font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.slicknav_menu .slicknav_icon-bar {
    height: 0.18em;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
}

.slicknav_menu .slicknav_icon {
    margin: 7px;
}


/*teaser
========================================================*/
.teaserbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.bild {
    text-align: center;
    margin: 0 0 30px 0;
}

.bild img{
    width: 85%;
    max-width: 200px;
}

.content {
    margin: 50px 5%;
}

.content ul {
    margin: 0 0 20px 16px;
}


.bild-pdf img{
	max-width: 80px;
	
}
.bild-pdf a:hover img{
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
        transform: scale(1.13);
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.text{
	max-width: 550px;
}

.vita {
    display: flex;
	flex-direction: column;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.vita span {
	color: #666;
}

.vita p{
	margin-bottom: 0;
	
}
/* Footer  
====================================================================*/

.footer{
	margin-top: 70px;
	padding: 40px 4% 20px 4%;
}

.footer ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.footer li{
	list-style: none;
	margin-bottom: 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}


/* Kontaktformular  
====================================================================*/
form{
	    padding: 0 4% 50px 5%;
}

label{
	display: block;
}

input {
	display: block;
    width: 100%;
	max-width: 550px;
    height: 30px;
    margin-bottom: 20px;
    border: none;
    background-color: #E5E7E5;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
}

textarea#Nachricht {
    width: 100%;
	max-width: 550px;
    border: none;
    background-color: #E5E7E5;
    margin-bottom: 30px;
		font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
}

input[type="submit"] {
	font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
}

/*tablet
================================================================================================================
================================================================================================================*/

@media only screen and (min-width: 520px)
{


body{
	font-size: 18px;
	line-height: 26px;
}
	
.typo-h2{
	margin: 0 0 15px 0;
}	
	
	
p {
	margin-bottom: 15px;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 4%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
	
.typo-klein{
	font-size: 16px;
	line-height: 21px;
	font-weight: 300
}

.logo {
    width: 220px;    
	margin: 0 0 30px 0;
}
	
.logo img{
		width: 250px;
	}	

ul#navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

nav {
	font-size: 18px;
	margin-left: 45px;
}

nav a {
    letter-spacing: 2px;
}
	
	
nav a:link, a:visited, .text a:link, a:visited {
	color: #204c86;
}

nav a:hover, a:focus, .text a:hover, a:focus {
	color: #ef7c06;
}





.space-padding1{
	padding: 5%;
}
	
/*slicknav
========================================================*/
.slicknav_menu {
	display:none;
	}

#navigation {
	display:block;
	}

ul#navigation{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

	
	/*teaser
========================================================*/
.teaserbox {
    width: 90%;
}
	
	.teaserbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.teaserbox li{
	display: block;
	margin-right: 3%;
	}
	
.teaserbox img {
	width: 80px;
	margin: 5%;
	}


	
.vita {
	flex-direction: row;
	padding-bottom: 0;
	}
	
.vita span {
	width: 25%;
}

.vita p{
	width: 75%;
	margin-bottom: 20px;
	}	
	
#kontakt .content {
    margin: 50px 5% 0 5%;
}


.footer{
	margin-top: 0;
}
	}

/*rechner
================================================================================================================
================================================================================================================*/
@media only screen and (min-width: 730px)
{
	
body{
	background-color: #E5E7E5;
	}
	
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
    padding: 30px 3%;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
	
.logo {
    width: 25%;
    max-width: 250px;
}
	
nav {    
	width: 60%;
    margin-left: 12%;
    font-size: 20px;
}
	
	.teaserbox {
    width: 89.4%;
}
.content{
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	    -ms-flex-align: left;
	        align-items: left;
	margin-top: 50px;
}
	
.content img{
	width: 200px;
	}
	
.content li{
		list-style-image: url(liste.svg);
	}	

	
.bild{
		width: 30%;
	}
.bild-pdf{
		width: 30%;
		text-align: center;
	}
.text{
		width: 60%;
		padding: 0 4%;
	}
	
.space-padding1{
	padding: 30px 30px 30px 8%;
} 

	
	/* Footer  
====================================================================*/
.footer ul{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	}
	
	.footer{
		padding: 40px 4% 20px 36.5%;
	}
	
		/* Kontaktformular
====================================================================*/	
	form {
    padding: 0 4% 50px 36.5%;
}
	

}


	/* Footer Zwischenlösung
====================================================================*/
@media screen and (min-width: 640px) and (max-width: 870px)
 {
		
	.footer ul{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	}
	.footer{
		padding: 40px 4% 20px 5%;
	}
}

	/* Portrait u. a. Zwischenlösung
====================================================================*/
@media screen and (min-width: 520px) and (max-width: 730px) {
		
	.bild{
	position: absolute;
    top: 20px;
    right: 3%;
    width: 130px;
	}
	
.teaserbox p {
    font-size: 15px;
    line-height: 19px;
}


}


/* back to top
=================================================*/

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 50px;
	right: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: no-repeat center 50%;
	background-color: #FF9100;
	background-image: url(oben.png);
	background-size: 77%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-o-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 0;
	padding: 3px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {

	-webkit-transform: scale(1);
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transform: scale(1);
	-moz-transition: 0.2s ease-in-out; 
	-ms-transform: scale(1); 
	    transform: scale(1);
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
 	border-radius: 0;
    padding: 3px;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
 	-webkit-transform: scale(1.13);
	-ms-transform: scale(1.13);
	    transform: scale(1.13);
	 opacity: 1;
}

/* Tablet
====================================================================
====================================================================
====================================================================*/


@media only screen and (min-width: 550px) {
	
	.cd-top { 
	right: 30px;
	}
}