/*
Theme Name: Thüringer Skimarathon
Template: twentythirteen
Author: WebEsprit

General comments (optional).
*/


/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ubuntu-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/ubuntu-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ubuntu-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ubuntu-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-500italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('fonts/ubuntu-v20-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ubuntu-v20-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ubuntu-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('fonts/ubuntu-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ubuntu-v20-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
	font-family: 'Ubuntu', sans-serif;
	vertical-align:baseline;
}

strong {
	color: #58585a;
}

html {
    -webkit-text-size-adjust: none;
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}


table { /* Styling der Tabelle */ }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

caption, th, td {
    font-weight:400;
    text-align:left;
}

h1, h2, h3, h4, h5, h6 {
    clear:both;
	color: #58585a;
}
html {
    overflow-x: hidden;
}
body {
    background-image: url(images/header.jpg) 50% 0 no-repeat white;
}

.wpmm-force-bg{
    background: url(images/header.jpg) 50% 0 no-repeat white;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}
#header {
    width: 1120px;
    margin: 0 auto;
    background: white;
    position: relative;
}
#header .logo {
    position: absolute;
    left: 20px;
    width: 190px;
    height: 190px;
    cursor: pointer;
    outline: none;
    top: 0px;
    z-index: 100;
}

#navi_language_wrapper {
    height: 100px;
    position: relative;
}

#lang_sel_list {
    float: right;
    margin: 10px 20px 0 0;
	display:none;
}
#lang_sel_list img.iclflag {
    height: auto;
    width: auto;
}
#skifahrer {
    width: 373px;
    height: 313px;
    background: url(images/skifahrer.png) 0 0 no-repeat transparent scroll;
    position: absolute;
    z-index: 100;
    right: -273px;
    top: 354px;
}
#slider {
    background: url(images/header.jpg) 50% 0 no-repeat white scroll;
width: 1120px;
    height: 508px;
}
.mobile_menu_wrapper {
    display: none;
    position: absolute;
    right: 25px;
    bottom: 25px;
    margin: 0;
    width: auto;
}
.menu-hauptmenue-container {
    position: absolute;
	height: 110px;
    right: 0px;
    top: 0px;
    margin: 0;
    width: 1120px;
	background-color:#80a212;
}
.mobile_slider {
    display: none;
}
.mobile_slider img {
    width: 100%;
}
#menu-hauptmenue {/* HN-Block */
    float: right;
	padding-top: 15px; /* Abstand Navi-Schrift nach oben */
}

#menu-hauptmenue li { /* Button HN und SN gleichzeitig */
    float: left;
    position: relative;
    margin-left: 0px;
	border-left: 2px solid #688614;

/* background: url('https://www.rennsteig-ride.de/wp-content/themes/skimarathon/images/border-left.png') no-repeat left; */

/*	width:160px; */ /* Breite Button HN */
	opacity:1;
}


#menu-hauptmenue li:nth-child(1) { /* 1. Button HN Border links entfernen */
/*	background-image: none;
*/	border-left: 0px solid #688614;
}





#menu-hauptmenue li li {/* Button SN einzeln*/
    margin-left: 0px;
	border-left: 0px;
	opacity:1;

/*	width:155px; */ /* Breite Button SN*/


}
#menu-hauptmenue li ul {/* SN-Block komplett*/
    display: none;
    position: absolute;
    z-index: 100;
    background: #80a212;
    left: 0;
    top: 77px;
/*    border-radius: 0 0 10px 10px; */
    padding-bottom: 10px;
    padding-top: 15px;
	opacity:0.8;
}





#menu-hauptmenue li:nth-child(2) ul {/* zweiter SN-Block der HN*/
	width:128px;
}


#menu-hauptmenue li:nth-child(4) ul {/* vierter SN-Block der HN */
	width:185px;
}


#menu-hauptmenue li:last-child ul {/* letzter SN-Block der HN komplett*/
    left: auto;
    right: 50;
	width:121px;
}


#menu-hauptmenue li ul li {
    float: none;
	opacity:1;

}
#menu-hauptmenue li li:hover {
    background: #dae2bd;
	opacity:1;

}




#menu-hauptmenue li a { /*Schrift Link*/
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff; /*Links Hauptnavi*/
    text-decoration: none;
    display: block;
    padding: 30px 20px; /* Link Hauptnavi Höhe px Breite px */
	opacity:1;

}




#menu-hauptmenue li.current-page-ancestor a, #menu-hauptmenue li.current-menu-item a {
    color: #dae2bd; /*aktivierte Navigation*/
}
#menu-hauptmenue li li a {
    padding: 5px 15px;
}
#menu-hauptmenue li:hover a {

	background: #dae2bd; /*Hintergrund Links HN und SN  hover*/
	color: #80a212;/*Schrift Links HN und SN hover*/

}
#menu-hauptmenue li:hover li a {
    background: #dae2bd; /*Hintergrund Links Subnavi hover Komplett-Farbe, sonst none*/
    background: none; /*Hintergrund Links Subnavi hover Komplett-Farbe, sonst none*/
	color: #FFF;/*Schrift Links SN unhover*/
	
}
#menu-hauptmenue li li a { /*Schrift Subnavi*/
    text-transform: none;
    font-size: 15px;
    white-space: nowrap;
	text-align:left;
}


/* 3 x Formatierung für Breite 4. HN Block = Service / Desktop*/

#menu-hauptmenue li:nth-child(4) {/* Breite fünfter HN-Block = Service */
	width:155px;
}


#menu-hauptmenue li:nth-child(4) a {/* Schriftausrichtung vierter HN-Block */
	text-align:center;
}

#menu-hauptmenue li li:nth-child(n) a { /* Schriftausrichtung SN im fünften HN-Block */
	text-align:left;
}


/* Strich sechster HN-Block */
/*#menu-hauptmenue li:nth-child(6) {
	border-right: 2px solid #688614;
}*/



#menu-hauptmenue li li:hover a {
	color: #000; /*Schrift Subnavi Hover*/
	text-align:left;

}


.bigcentergrid {
    margin: 0 auto;
    width: 1080px;
	padding-left: 40px;

}
.centergrid { /*Breite des Contents, ehem. 927*/
    margin: 0 auto;
    width: 1080px;
    position: relative;
}
#service_wrapper {
    height: 433px;
    background: url(images/service_bg.png) 0 0 repeat-x transparent scroll;
}

/* Sponsoren komplett */
#sponsoren_wrapper {
    background: 0 3px repeat-x #ececed scroll;
	padding-left: 40px;
	
}
.sponsoren_wrapper_inner {
    min-height: 200px;
/*    background: url(images/dotties.png) 0 100% repeat-x transparent scroll; */

	padding-bottom: 40px;
}
#footer_wrapper {
    min-height: 225px;
    background: url(images/footer_bg.png) 0 0 repeat transparent scroll;
	padding-left: 40px;

}
#content_wrapper {

}
.content_top_bg {
/*    background: url(images/content_top_bg.png) 0 0 repeat-x transparent scroll; */
    padding-bottom: 30px;
	padding-top: 40px;
}

/* Content */
#primary {
    width: 700px;
    float: left;
    padding-top: 40px;
	padding-left: 0px;
}

#primary_ergebnisse {
    width: 1060px;
    float: left;
    padding-top: 40px;
	padding-left: 0px;
}



.archive-header, .page .entry-header {
    display: none;
}
.entry-content {
    font-size: 18px;
}

.entry-content p {
    padding-bottom: 15px;
    line-height: 1.5;
	color:#58585a;
}

.bild_unterschrift {
    font-size: 12px;
}


h1.entry-title, .entry-content h1 {
    font-size: 30px;
    padding: 0 0 15px 0; /*Abstand H1 nach unten*/
    font-weight: bold;
    line-height: 1.2;
	color:#80a212;
}


h3.entry-title, .entry-content h3 {
    padding: 20px 0 10px 0; /*Abstand H3 nach unten und oben*/
    font-size: 18px;
	color: #80a212;
}


.entry-content h2 {
    font-size: 24px;
    padding: 20px 0 20px 0;
    font-weight: bold;
    line-height: 1.2;
}


/*Position der Widgets rechts - 81 Pixel mit Countdown*/

#tertiary {
    float: right;
    width: 285px;
    margin-top: 10px;
    z-index: 500;
    position: relative;
}
h3.service_sponsoren {
    color: #80a212;
    padding: 40px 0 35px 0px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
h3.service_sponsoren_partner {
    position: absolute;
    left: 718px;
}

h4 {
    font-size: 13px;
	font-weight: normal;
}

h5 {
    font-size: 30px;
	color:#EB6E39;
}


.service_widget {
    background: url(images/service_widget_bg.png) 0 0 repeat transparent scroll;
    float: left;
    width: 242px;
    height: 264px;
    margin-right: 40px;
    color: #0E72B5;
    padding: 10px 20px;
}
.service_widget:last-child {
    margin-right: 0px;
}
.widget .widget-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 12px 0 0 40px;
    height: 25px;
}
.widget {
    font-size: 15px;
}
.widget p {
    padding: 0 0 10px 0;
}
.widget a {
    color: #333;
}
.service_widget:nth-child(1) .widget-title {
    background: url(images/wetter_icon.png) 0 0 no-repeat transparent scroll;
    padding-left: 50px;
}
.service_widget:nth-child(2) .widget-title {
    background: url(images/hotels_icon.png) 0 0 no-repeat transparent scroll;
}
.service_widget:nth-child(3) .widget-title {
    background: url(images/newsletter_icon.png) 0 0 no-repeat transparent scroll;
}
.newsletter-firstname, .newsletter-lastname, .newsletter-email {
    width: 219px;
    padding: 5px 10px;
    background: white;
    border: 1px solid #BDBDBD;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .3);
    font-size: 15px;
    color: #999;
}

#tertiary .tnp-widget input.tnp-submit { /*Newsletter*/
    background-color: #58585a;
    color: #fff;
	font-weight: bold;
	width: 165px;
	padding: 5px 0;
	height: 33px;
}



#tertiary .tnp-widget input.tnp-submit:hover {
    background-color: #1a171b;
    color: #fff;
	font-weight: bold;
	width: 165px;
}





#tertiary .newsletter-email {
    width: 241px;
}
.newsletter-submit {
    background: #ed7a47;
    background: -moz-linear-gradient(top, #ed7a47 0%, #e76130 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed7a47), color-stop(100%, #e76130));
    background: -webkit-linear-gradient(top, #ed7a47 0%, #e76130 100%);
    background: -o-linear-gradient(top, #ed7a47 0%, #e76130 100%);
    background: -ms-linear-gradient(top, #ed7a47 0%, #e76130 100%);
    background: linear-gradient(to bottom, #ed7a47 0%, #e76130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7a47', endColorstr='#e76130', GradientType=0);
    float: right;
    color: white;
    border: none;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
}
.w3c_wetter li {
    font-size: 15px;
    background-position: -2px 50%;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 55px;
}
.w3c_wetter li .temp {
    float: right;
    margin: 8px 0 0 10px;
    font-size: 18px;
}
.w3c_wetter li .weather {
    color: #666;
    font-size: 12px;
    display: block;
    padding: 5px 0 0 0;
}
.w3c_wetter li:nth-child(even) {
    background-color: rgba(255, 255, 255, .2);
}
#tertiary .widget {
    background-color: rgba(241,241,241,0.4);
	padding: 10px;
    color: #80a212;
}
#tertiary .widget {
    padding-bottom: 0px;
    padding-top: 10px;
    margin-top: 20px;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #bebfbf;
}
#tertiary .widget_newsletterwidget {
    padding-bottom: 20px;
}
#tertiary .widget_newsletterwidget .widget-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 9px 0 0 40px;
    height: 30px;
    background: 0 0 no-repeat transparent scroll;
    padding-left: 0px;
}
#tertiary .w3c_wetter .widget-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 9px 0 0 40px;
    height: 30px;
    background: 0 0 no-repeat transparent scroll;
    padding-left: 0px;
}
#tertiary .w3c_wetter li:nth-child(even) {
    background-color: rgba(255, 255, 255, .5);
}
#footer_wrapper .footer_block {
    float: left;
    color: #c5c7c8;
    padding-top: 25px;
    width: 190px;
    font-size: 13px;
    line-height: 1.4;
	text-transform: uppercase;
}
#footer_wrapper .footer_block:nth-child(1) {
    width: 250px;
}
#footer_wrapper .footer_block:last-child {
    width: 100px;
    float: right;
    font-size: 12px;
    line-height: 1.5;
}
#footer_wrapper .footer_block a {
    color: #c5c7c8;
    text-decoration: none;
}
.footer_block h3 {
    font-size: 18px
}
.social_icons {
    float: right;
    padding-right: 105px;
    padding-top: 10px;
	display:none;
}
.social_icons a {
    display: block;
    float: left;
    margin-left: 10px;
    height: 20px;
    width: 20px;
}
.social_icons .facebook {
    background: url(images/facebook_icon.png) 0 0 no-repeat transparent scroll;
    background-size: 100% 100%;
}
.social_icons .twitter {
    background: url(images/twitter_icon.png) 0 0 no-repeat transparent scroll;
    width: 34px !important;
}
#footer_wrapper .footer_block .print {
    text-align: right;
    color: #999;
}
#footer_wrapper .footer_block .print a {
    text-decoration: none;
    color: #999;
}
#countdown_wrapper {
    background: url(images/countdown_bg.png) 0 0 no-repeat transparent scroll;
    position: relative;
    height: 130px;
    width: 330px;
    margin: 0 0 0 -26px;
}
#countdown_wrapper .countdown {
    color: white;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    padding: 44px 0 0 52px;
    line-height: 1;
    height: 63px;
}
#countdown_wrapper .countdown span {
    color: #96C0E3;
}
#countdown_wrapper .label {
    color: #EB6E39;
    text-align: center;
    padding-left: 4px;
    font-weight: bold;
    font-size: 15px;
}
.formtable th, .formtable td {
    vertical-align: top;
    padding: 0 20px 10px 0;
}
.formtable td .newsletter-submit {
    float: none;
}
.formtable th {
    width: 150px;
}
.newsletter-td-privacy {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 25px !important;
}
.newsletter-td-privacy input[type="checkbox"] {
    margin-top: 3px;
    float: left;
    margin-left: -25px;
}
.formtable .newsletter-firstname, .formtable .newsletter-lastname, .formtable .newsletter-email {
    width: 359px;
}
.entry-meta .author, .entry-meta .categories-links {
    display: none;
}

.entry-meta {
    display: block;
    padding: 0;
    margin: -15px 0 20px 0;
    font-size: 14px;
}



#primary a {
    color: #58585a;
    text-decoration: underline;
	text-decoration-color: #80a212;
}
#primary a:hover {
    color: #000;
}


#primary .entry-meta a {
      pointer-events: none; /*Link entfernen*/
      cursor: default; /*Link entfernen*/
	text-decoration: none;
}



.category .entry-meta {
    display: block;
    padding: 0;
    margin: -40px 0 10px 0;
    font-size: 14px;
}
.read_on {
    text-align: right;
    padding: 0 !important;
    margin-top: -15px;
}
td {
    vertical-align: top;
}

td p:last-child {
    padding-bottom: 0;
}
.entry-content ul {
    list-style: none;
	line-height: 1.5;
}
.entry-content li:before {
    content:"• ";
    color: #80a212;
}

.entry-content li {
    padding-left: 15px;
    text-indent: -15px;
    padding-bottom: 5px;
	color: #58585a;
}

.entry-content td {
    padding: 5px;
}


.newsletter-widget form p:nth-child(3) {
    display: none;
}
hr {
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
    margin:30px 0 30px 0;
}
#content table .grosserabstandzumtext {
    padding-right: 30px !important;
}
#banderole {
    position: fixed;
    z-index: 1000;
/*    background: url(images/banderole.gif) 0 0 no-repeat transparent scroll;*/
/*Bild wird in banderole.js festgelegt*/
	height: 125px;
    width: 550px;
    top: 50%;
    margin-top: -150px;
    border-radius: 2px 0 0 2px;
    right: -571px;
    cursor: pointer;

  border: 7px solid #3D3D3D;
  border-color: rgba(0, 0, 0, .6);
  border-right: 0;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;

  -webkit-transition: right .9s;
     -moz-transition: right .9s;
       -o-transition: right .9s;
          transition: right .9s;




}
#banderole a {
    height: 125px;
    width: 571px;
    float: left;
    display: block;
    margin: 0 0 0 30px;
}

.sponsor {
/*    float: left; */
    margin: 0 45px 23px 0;
}


/*Antenne Logo 10px nach oben */
.sponsorenlogo_link:nth-child(4n+4) img, .sponsorenlogo_link:nth-child(4n+4) {
    margin-bottom: 30px;
}


/*Erdinger Logo 10px links
.sponsorenlogo_link:nth-child(3n+3) img, .sponsorenlogo_link:nth-child(3n+3) {
    margin-left: 10px;
}
 */

/*insüdthüringen Logo 5px nach oben
.sponsorenlogo_link:nth-child(5n+5) img, .sponsorenlogo_link:nth-child(5n+5) {
    margin-top: 5px;
}
 */

/*Glinicke-Logo Abstand links */
.sponsorenlogo_link:nth-child(6n+6) img, .sponsorenlogo_link:nth-child(6n+6) {
    margin-left: 3px;
    margin-bottom: 30px;
}







.sponsorenlogo_link .title {
    display: none;
}



.ngg-gallery-thumbnail {
	margin: 10px !important;
}



.ngg-gallery-thumbnail a {
	margin: 0px !important;
}



.fancybox-close {
 background: none !important; /* This will disappear close button image */
 position: absolute !important;
 top: -18px !important;
 right: -18px !important;
 width: 36px !important;
 height: 36px !important;
 cursor: pointer !important;
 z-index: 8040 !important;
 color : #ff0033 !important; /* color added */
}

#fancybox-right-ico {
	width: 45px !important;
	height: 64px !important;
	margin-top: -30px !important;
	background-position: -45px -64px !important;
	background-image:url(images/fancybox_bg_arrow_right.png) !important;
}


/*Nivo Änderungen*/

.theme-default .nivo-controlNav {
	margin-left: 750px !important;
	margin-top: -120px !important;
}


.nivo-directionNav a {
    top: 80% !important;
}




#rum_sst_tab {
    font-family: Ubuntu;
}






input[type="checkbox"]{
  width: 25px; /*Desired width*/
  height: 25px; /*Desired height*/
}


#menu-hauptmenue li:nth-child(4) ul {/* Breite vierter SN-Block der HN / Desktop */
	width: 155px;
}



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



.sponsorenlogo_link:nth-child(4n+4) img, .sponsorenlogo_link:nth-child(4n+4) {
        margin-right: 0;
    }
}


/* 1. BP: Screen-Breite == Sliderbreite*/
@media only screen and (max-width: 1200px) {


#primary {
    width: 680px;
}


#skifahrer {
        display: none;
    }
}

/* 2. BreakPoint: Screen-Breite == iPad quer*/
@media only screen and (max-width: 1119px) {

    #header .logo img {
        height: 140px;
        background-size: contain;
    }


#primary {
    width: 610px;
    padding-top: 75px;

}


#tertiary {
    margin-top: 50px;
    margin-left: 20px;
}


	#lang_sel_list {
        float: right;
        margin: 2px 20px 0 0;
    }

    .social_icons {
        float: right;
        padding-right: 10px;
        padding-top: 3px;
    }
    body {
/*        background: white;*/
    }


	#menu-hauptmenue li a {		/*Haupt-Menü kleiner*/
	font-size: 15px;
	}


	#menu-hauptmenue li li a {		/*Sub-Menü kleiner*/
	font-size: 13px;
	}



/*Formatierungen der Navis rückgängig - iPad quer*/

#menu-hauptmenue li:nth-child(4) {/* Breite vierter HN-Block  */
	width: 135px;
}



#menu-hauptmenue li:nth-child(2) ul {/* zweiter SN-Block der HN*/
	width: auto;
	text-align:center;
}



#menu-hauptmenue li:nth-child(4) ul {/* Breite vierter SN-Block der HN */
	width: 135px;
}


#menu-hauptmenue li:nth-child(5) ul {/* fünfter SN-Block der HN*/
	width: 140px;
}


#menu-hauptmenue li:last-child ul {/* letzter SN-Block der HN komplett*/
	width: 112px;
}



#menu-hauptmenue li li:nth-child(n) a { /* Schriftausrichtung SN im fünften HN-Block */
	width: auto;
}









.menu-hauptmenue-container {
		height: 90px;
		width: 85%;
        bottom: 10px;
        top: auto;
        right: 20px;
    }




#slider, #header {
        width: auto;
	    background: #80a212;

}
    #slider {
        height: auto;
    }
    .bigcentergrid, .centergrid {
        margin: 0 auto;
        width: auto;
        padding: 0 20px; /* Verschiebung Inhalt, 20 --> 0*/
        position: relative;
    }
}
@media only screen and (max-width: 1024px) {
    #header .logo {
        left: 10px;
    }
    #gewinnspiel_header {
        left: 10px;
    }
    .bigcentergrid, .centergrid {
        margin: 0 auto;
        width: auto;
        padding: 0 10px;
        position: relative;
    }
}







/* Wechsel zu Hamburger-Navi */

/* @media only screen and (max-width: 760px) { */
@media only screen and (max-width: 969px) {

.entry-content td {
	font-size: 13px!important;
}


/* 6. Logo 15px rechts und Leerzeile vermeiden*/
.sponsorenlogo_link:nth-child(6n+6) img, .sponsorenlogo_link:nth-child(6n+6) {
    margin: 0px 0px 0px 0px;
}



#my-button span, #my-button span:before, #my-button span:after {
  cursor: pointer;
  border-radius: 3px;
  height: 5px;
  width: 15px;
  background: white;
  position: absolute;
  padding-right: 20px;
display: block;
  content: '';
}
#my-button span:before {
  top: -10px;
}
#my-button span:after {
  bottom: -10px; 
}


.mobile-menu {
	margin: 0px 50px 25px 0px;
}

	
	
.entry-content, .entry-content p {
        font-size: 16px !important;
    }

	
    h1.entry-title, .entry-content h1 {
        font-size: 1.4em;
    }
    #footer_wrapper .footer_block {
        float: none;
        padding: 20px 0 0 10px;
    }
    #header .logo img {
        height: 120px;
        background-size: contain;
    }
    #content table .grosserabstandzumtext {
        display: none;
    }
    #gewinnspiel_header {
        height: 100px;
        background-size: contain;
    }
    .mobile_menu_wrapper {
        display: block;
    }
    .formtable .newsletter-firstname, .formtable .newsletter-lastname, .formtable .newsletter-email {
        width: 100%;
    }
    .mobile_menu_wrapper select {
        font-size: 1em;
        padding: 10px;
        background: white;
        border: 1px solid black;
    }
    .menu-hauptmenue-container {
        display: none;
    }
    #footer_wrapper .footer_block:last-child {
        display: none;
    }
    #tertiary .widget {
        width: auto;
        min-height: inherit;
        float: none;
        padding: 10px;
        margin: 20px 0 0 0;
    }
    #tertiary .widget_newsletterwidget {
        padding-bottom: 40px;
    }
    .sponsorenlogo_link {
        text-decoration: none;
    }
    .sponsorenlogo_link .title {
        display: block;
        color: #333;
        padding: 0 0 10px 0;
        text-decoration: none;
    }
    .sponsorenlogo_link img {
        display: none;
    }
}

/*Ende Hamburger Definitionen*/

b, em {
    font-weight: normal;
    font-style: normal;
}
.entry-content input[type=submit], a > input[type=button] {
    background: #58585a;
    background: -moz-linear-gradient(top, #58585a 0%, #58585a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58585a), color-stop(100%, #58585a));
    background: -webkit-linear-gradient(top, #58585a 0%, #58585a 100%);
    background: -o-linear-gradient(top, #58585a 0%, #58585a 100%);
    background: -ms-linear-gradient(top, #58585a 0%, #58585a 100%);
    background: linear-gradient(to bottom, #58585a 0%, #58585a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58585a', endColorstr='#58585a', GradientType=0);
    float: none;
    color: white;
    border: none;
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
    width: 185px;
    cursor: pointer;
    margin-bottom: 10px;
/*	text-decoration: none !important;*/
}
.entry-content input[type=submit]:hover, a > input[type=button]:hover {
    background: #1a171b;
    background: -moz-linear-gradient(top, #1a171b 0%, #1a171b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a171b), color-stop(100%, #1a171b));
    background: -webkit-linear-gradient(top, #1a171b 0%, #1a171b 100%);
    background: -o-linear-gradient(top, #1a171b 0%, #1a171b 100%);
    background: -ms-linear-gradient(top, #1a171b 0%, #1a171b 100%);
    background: linear-gradient(to bottom, #1a171b 0%, #1a171b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a171b', endColorstr='#1a171b', GradientType=0);
    float: none;
    color: white;
    border: none;
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
    width: 185px;
    cursor: pointer;
/*	text-decoration: none !important;*/

}
.px_12_rot {
    color: red;
}
.entry-content td {
    white-space: inherit;
	line-height: 1.5;
	color: #58585a;
	font-size: 15px;
}
.entry-content input[type=text], .entry-content input[type=password], .entry-content input[type=email], .entry-content input[type=tel], .entry-content textarea {
    background: #f5f2dc;
    border: 1px solid #999;
    padding: 5px;
    font-size: 14px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
    width: 150px;
    outline: none;
/*	text-decoration: none !important;
*/
/*    font-family:"lft-etica", sans-serif;*/
}
.entry-content td select {
    background: #EFF4F8;
    border: 1px solid #999;
    padding: 5px;
    font-size: 14px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
    outline: none;
/*    font-family:"lft-etica", sans-serif;*/
}

.entry-content_ergebnisse td select {
    padding: 0px;
    font-size: 10px;
}



.entry-content td input[type=text]:focus, .entry-content td input[type=password]:focus {
    background: rgba(246, 241, 170, .9);
}
.sponsoren_wrapper_inner .centergrid {
    position: relative;
}
.sponsoren_wrapper_inner .centergrid .nachoben {
    position: fixed;
    /* background: url(images/nach_oben.png) 0 0 no-repeat transparent scroll; */
    font-size: 11px;
    bottom: 20px;
    left: 50%;
    width: 51px;
    height: 15px;
    padding-top: 40px;
    text-align: center;
    color: #999999;
    cursor: pointer;
    z-index: 10000;
    margin-left: 579px;
}
.entry-content form {
    padding: 0;
    margin: 0;
    display: inline;
}
.wpcf7-form label {
    display: block;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=date], .wpcf7-form input[type=password], .wpcf7-form input[type=tel], .wpcf7-form textarea {
    width: 350px;
    margin: 2px 0;
    outline: none;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    width: 300px;
    padding: 3px;
}
#content table td.wpcf7-label {
    font-weight: bold;
    width: 200px;
    padding-bottom: 15px;
    padding-top: 7px;
    text-align: right;
    padding-right: 10px;
}


.wpcf7-mathcaptcha {
    width: 15px !important;
}


#content table td.wpcf7-labelthin {
    font-weight: normal;
}
.wpcf7-form input.wpcf7-plz {
    width: 90px;
    float: left;
    margin-right: 10px;
}
.wpcf7-form input.wpcf7-ort {
    width: 238px;
    float: left;
    margin-left: 0;
}
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid, body select.wpcf7-not-valid {
    border: 1px solid #ec3c06 !important;
}
body span.wpcf7-not-valid-tip {
    display: block;
    color: #ec3c06 !important;
    border: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    margin-top: 2px !important;
    background: none !important;
    font-size: 12px !important;
    clear: both !important;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff8a8a;
    color: #ec3c06;
}
body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    width: 100% !important;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    background: #e8ffe2;
    border: 1px solid #6fdf51;
    color: #1ea524;
}

img.alignright {
    float: right;
margin: 0 0 10px 20px;
}


.cff-wrapper .span.cff-count {margin-left: 20px;}

/* Style Navigation */
#menu-hauptmenue > li ul{
padding-top:15px !important;
padding-bottom:10px !important;
}

/* Sticky-Nav  */
.header-sticky-wrap-outer.sticky-nav{
position:fixed;
z-index:99999;
top:0;
width:100%;
background-color: #80a212
}

.header-sticky-wrap-outer.sticky-nav .header-sticky-wrap{
width:1120px;
margin: 0 auto;
position:relative;
}

.header-sticky-wrap-outer.sticky-nav .logo {
    position: absolute;
    left: 20px;
    width: 168px;
    height: 168px;
    cursor: pointer;
    outline: none;
    top: 0px;
    z-index: 100;
}

.header-sticky-wrap-outer.sticky-nav .menu-hauptmenue-container {
	height: 100px;
}
@media screen and (max-width: 1119px){
.header-sticky-wrap-outer.sticky-nav .header-sticky-wrap{
width:1024px;

}

.header-sticky-wrap-outer.sticky-nav .logo img {
        height: 140px;
        background-size: contain;
    }

}

@media screen and (max-width: 1024px){
.header-sticky-wrap-outer.sticky-nav .header-sticky-wrap{
width:100%;

}

.header-sticky-wrap-outer.sticky-nav .logo {
        left: 10px;
    }
}