article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; margin:0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; } 
body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, h5, img, ul, li, object, embed, ul, li, input, textarea, button {
padding: 0;
margin: 0;
border: none;
}
html { -webkit-font-smoothing: antialiased; } html, body, button, input, select, textarea { 
font-family: 'Ubuntu', sans-serif;
color: #2f3e41;
font-size: 16px;
line-height: 22px;
font-weight: 400;
}
body {
background-color: #fff;
}
html,body {
height:100%;
}
.textNormal{
color: #2f3e41 !important;
}
.textHellblau{
color: #789d9f !important;
}
.textDunkelgruen{
color: #2f3e41 !important;
}
.textWeiss{
color: #fff !important;
}
.textRot{
color: #e21917 !important;
}
.zentriert{
text-align: center;
}
a {
outline: none;
color: #2f3e41;
}
a:hover {
color: #e21917;
}
h1, h2, h3, h4, h5, h6, h7 {
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 400;
}
h1 {
font-size: 23px;
line-height: 27px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 20px;
}
.home h1 {
font-size: 40px;
line-height: 45px;
font-weight: 400;
text-align:center;
}
.page-template-page-einspaltig-php h1 {
font-size: 23px;
line-height: 27px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 20px;
}
h2 {
font-size: 27px;
line-height: 35px;
font-weight: 400;
padding-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
}
h3{
font-size: 19px;
line-height: 23px;
padding-bottom: 15px;
padding-left: 0px;
padding-right: 0px;
}
h4, h5 {
font-size: 17px;
line-height: 22px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
}
@media only screen and (max-width: 959px) {
h1 {
font-size: 25px;
line-height: 30px;
}
h2 {
font-size: 20px;
line-height: 25px;
}
h3{
font-size: 17px;
line-height: 23px;
}
h4, h5 {
font-size: 17px;
line-height: 23px;
}
}
.textSup {
font-size:9px;
vertical-align:text-top;
line-height: normal;
}
.textKlein {
font-size:11px;
}
strong, b {
font-weight: 700;
}
p {
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
}
.abstand{
margin-top: 30px;
margin-bottom: 30px;
}
.spalten .abstand{
margin:0;
margin-right: 40px;
margin-bottom: 30px;
}
.abstandOben {
margin-top: 30px;
}
.abstandObenGross {
margin-top: 60px;
}
.abstandUnten {
margin-bottom: 30px;
}
.abstandGross{
margin-top: 60px;
margin-bottom: 60px;
}
.textStart{
font-size: 19px;
line-height: 23px;
padding-bottom: 15px;
color: #789d9f;
}
.textStart a{
color: #789d9f;
text-decoration:none;
}
.textGruen{
color: #789d9f;
} .clearfloat, .clear { 
clear: both;
} .clearfix:before, .clearfix:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; 
}
.clearfix:after {
clear: both; 
}
.clearfix {
zoom: 1; 
}
.hidden {
display:none;
}
div {
background-repeat: no-repeat;
background-position: left top;
}
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; text-align: left; } img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
img.scale-with-grid {
max-width: 100%;
height: auto; } svg:not(:root) { overflow: hidden; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; } .btn {
display: inline-block;
text-align: center;
background: #e21919;
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
padding: 14px 20px 14px 20px;
text-decoration: none;
color: #fff;
font-size: 20px;
line-height: 24px;
}
.btn:hover {
background: #2f3e41;
color: #fff;
}
.btnBlock{
display: block;
} #rahmen {
background-color: #fff;
position: relative;	
height: auto !important; height: 100%; min-height: 100%; }
.container{
width: 960px;
margin: 0 auto;
position: relative;
} 
@media only screen and (max-width: 959px) {
.container {
width: 690px;
} 	
}
@media only screen and (max-width: 689px) {
.container {
width: 490px;
max-width: 100%;
min-width: 320px;
} 	
} header {
width: 100%;
height: 50px;
position: relative;
background-image: url(//www.schneemaster.de/wp-content/themes/free/images/bg-header.png);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #fff;
} 
#headerRahmen {
} 
#headerLogo {
width: 220px;
top: 10px;
left: 0px;
position: absolute;
z-index: 50;
}
#headerLogo img {
width: 220px;
max-width: 100%;
height: auto;
display:block;
}
#headerRechts {
float: right;
padding-top: 10px;
}
@media only screen and (max-width: 689px) {
#headerRahmen {
text-align: center;
} 
#headerLogo {
width: 50%;
top: 60px;
left: 26%;
position: absolute;
z-index: 50;
margin: 0 auto;
}
#headerRechts {
float: none;
width: 100%;
text-align:center;
padding-top: 10px;
}
} #streifenRahmen{
width: 100%;
position: relative;
background-color: #c1dad6;
margin-bottom: 40px;
} 
#streifen{
position: relative;
background-image: url(//www.schneemaster.de/wp-content/themes/free/images/streifen-winterlandschaft.png);
background-repeat: no-repeat;
background-position: top center;
height: 430px;
} 
#streifen img{
width: 100%;
max-width: 100%;
height: auto;
display: block;
} 
#streifenInhaltText{
position: absolute;
right: 20px;
top: 30px;
width: 65%;
color: #2f3e41;
text-align: left;
} 
#streifenInhaltText h1 {
font-size: 40px;
line-height: 45px;
font-weight: 400;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
#streifenPinguin{
position: absolute;
left: 20px;
bottom: 0px;
width: 280px;
} 
#streifenButton{
position: absolute;
right: 20px;
top: 165px;
width: 300px;
text-align: right;
}
#wetterWidget{
position: absolute;
z-index: 150;
right: 4px;
top: 335px;
width: 230px;
}
@media only screen and (max-width: 959px) {
#streifenInhaltText{
width: 60%;
} 
#streifenInhaltText h1 {
font-size: 30px;
line-height: 35px;
}
#wetterWidget{
width: 220px;
}
#streifenButton{
top: 125px;
}
}
@media only screen and (max-width: 689px) {
#streifen{
text-align: center;
}
#streifenInhaltText {
position: relative;
width: 100%;
text-align: center;
padding-top: 130px;
top: 0px;
left: 0px;
right: 0px;
}
#streifenInhaltText h1 {
font-size: 20px;
line-height: 25px;
}
#wetterWidget{
width: 60%;
right: 20%;
}
#streifenButton{
position: relative;
width: 100%;
text-align: center;
top: 0px;
left: 0px;
right: 0px;
}
#streifenButton .btn{
font-size: 16px;
line-height: 20px;
}
#streifenPinguin{
position: absolute;
left: -40px;
bottom: 0px;
width: 200px;
} 
}
#streifenSchmal{
position: relative;
background-image: url(//www.schneemaster.de/wp-content/themes/free/images/streifen-schmal.png);
background-repeat: no-repeat;
background-position: top center;
height: 80px;
} #inhaltRahmen{
width: 100%;
position:relative;
padding-bottom:50px; }
#inhalt{
position: relative;
}
@media only screen and (max-width: 689px) {
.inhaltStart{
padding-top: 280px;
}
} #inhalt ul{
margin-left: 20px;
margin-top: 5px;
margin-bottom: 10px;
}
#inhalt li{
padding-bottom: 5px;
} .spalten{
margin-left: 20px;
margin-right: 0px;
}
.spalteHalb{
width: 50%;
float: left;
}
.spalteDrittel{
width: 33.3333%;
float: left;
}
.spalteZweiDrittel{
width: 66.6666%;
float: left;
}
.spalten img{
max-width: 99%;
height: auto;
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
}
@media only screen and (max-width: 959px) {
}
@media only screen and (max-width: 689px) {
.spalteHalb, .spalteDrittel, .spalteZweidrittel{
width: 100%;
float: none;
}
.spalten{
margin-left: 20px;
margin-right: 20px;
}
} #footerRahmen{
position:absolute;
width:100%;
z-index: 30;
left:0;
bottom:0; height: 40px;
background-color: #c1dad6;
color: #fff;
}
#footer {
padding-top: 10px;
font-size: 12px;
line-height: 16px;
color: #2f3e41;
}
#footer a {
color: #2f3e41;
text-decoration:none;
}
#footerLinks{
float:left;
padding-left: 10px;
}
#footerRechts{
float:right;
text-align:right;
}
#footerNav
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}
#footerNav li
{
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}
#footerNav li:last-child
{
border-right: none;
}
@media only screen and (max-width: 689px) {
#footerLinks{
float: none;
}
#footerRechts{
float: none;
text-align: left;
padding-left: 10px;
padding-top: 10px;
}
} .sf-menu, .sf-menu ul
{
list-style: none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
display: inline;
}
.sf-menu 
{
height: 28px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}
.sf-menu li
{
margin: 0;
padding: 0;
display: inline;
height: 28px;
font-size: 16px;
line-height: 28px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.sf-menu li a {
color: #789d9f;
text-decoration: none;
outline: none;
padding-left: 50px;
padding-right: 50px;
} 
.sf-menu li a:hover, .sf-menu li.current-menu-item a {
color: #e21919;
} .sf-menu ul {
width: 240px;
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
background-color: #f4f4f4;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
display: block;
padding-top: 0px;
}
.sf-menu li li {
width: 240px;
font-size:14px;
line-height:17px;
z-index: 170;
text-align: left;
background-color: transparent;
background-image: none;
border-right: none;
height: auto;
}
.sf-menu li li:hover, .sf-menu li li.selected {
background-image: none;
margin-left: 0px;
margin-right: 0px;
color: #194c84;
background-color: #fff;
cursor: pointer;
}
.sf-menu li li a {
background-color: transparent;
}
.sf-menu li li a, .sf-menu li:hover li a {
text-transform:none;
padding-left: 17px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0px;
color: #194c84;
display:block;
text-align: left;
border-bottom: 1px solid #fff;
}
.sf-menu li li a:hover {
color: #194c84;
}
.sf-menu li li.selected a, .sf-menu li:hover li.selected a {
color: #194c84;
}
@media only screen and (max-width: 959px) {
.sf-menu li
{
font-size: 15px;
line-height: 24px;
}
.sf-menu li a {
padding-left: 20px;
padding-right: 20px;
} 
}
@media only screen and (max-width: 689px) {
.sf-menu li
{
font-size: 17px;
line-height: 24px;
font-weight: normal;
text-transform:none;
}
.sf-menu li a {
padding-left: 20px;
padding-right: 20px;
}
nav, .sf-menu, .sf-menu ul, .sf-menu li
{
text-align: center;
}	
} .wpcf7 p {
clear: both;
}
.wpcf7 .wpcf7-form-control-wrap {
width: 70%;
float: right;
display: block;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
width: 90%;
padding: 4px;
background: #c1dad6;
cursor: pointer;
border: 1px solid #8bafa9;
}
.wpcf7 input[type="checkbox"] {
cursor: pointer;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus{
background: #c1dad6;
}
.wpcf7-submit{
float: right;
background: #CA0002;
color: #fff;
text-transform: uppercase;
border: none;
padding: 8px 20px;
cursor: pointer;
margin-top: 15px;
margin-right: 15px;
}
.wpcf7-submit:hover{
background: #ff0000;
}
.wpcf7-list-item-label{
cursor: pointer;
}
.checkbox-492 .wpcf7-list-item, .radio-885 .wpcf7-list-item{
display:block;
} @media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } }