/**
 * Place your custom styles here.
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/**/


/** START LOCAL FONTS FROM GOOGLE **/
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/titillium/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/titillium/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/titillium/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/titillium/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/titillium/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/titillium/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/titillium/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/titillium/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/titillium/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/titillium/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/titillium/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/titillium/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/titillium/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/titillium/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/titillium/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/titillium/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/titillium/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/** END LOCAL FONTS FROM GOOGLE **/




/** anzeigen **/



/** Timetable **/

/*.highlight {
    background-color: #ffea00;
}*/
.page-node-194 h3, .page-node-368 h3 {
    position: sticky;
    z-index: 10;
    top: 80px;
    background-color: #0055a4;
    font-size: 26px;
    color: #ffffff;
    border-radius: 4px;
    padding: 15px;
}
@media ( max-width : 1023px) {
    .page-node-194 h3, .page-node-368 h3 {
        top: 124px;
        font-size: 20px;
    }
}
@media ( max-width : 769px) {
    .page-node-194 h3, .page-node-368 h3 {
        top: 80px;
        font-size: 12px;
    }
}

.page-node-194 .form-group, .page-node-368 .form-group {
    padding: 0;
}
.page-node-194 .form-type-textfield, .page-node-368 .form-type-textfield {
    margin-left: 8px;
    display: block;
}
.page-node-194 .form-type-select, .page-node-368 .form-type-select {
    padding: 8px;
}
.page-node-194 .form-select, .page-node-368 .form-type-select {
    width: 140px;
}
.page-node-194 button.form-submit, .page-node-368 button.form-submit {
    margin-top: 20px !important;
}
.page-node-194 label.control-label, .page-node-368 label.control-label {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 12px;
}

.timetable {
    margin-bottom: 10rem;
}
.timetable .date {
    color: #0055a4;
    font-weight: bold;
    font-size: 28px;
}

.timetable .field--type-datetime {
    display: inline-block;
}

.timetable .left {
    margin-right: 0;
    background: linear-gradient(170deg, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 50%);
    background-size: cover;
    color: #0055a4;
    font-weight: bold;
}


.timetable .middle {
    margin-right: 0;
    padding: 0;
    background-color: #ffffff;
    vertical-align: middle;
}
.timetable .middle img {
    object-fit: cover;
}


.timetable .content {
    padding: 0;
    border-top: 1px solid #0055a4;
    /*background-color: #0055a4;*/
    color: #0055a4;
}

.timetable h2 {
    border-bottom: 1px dashed #0055a4;
}
.timetable .right {
    padding: 0 1rem 0 2rem;
    /*background-color: #0055a4;
    color: #fff;*/
}
.timetable .right .event {
    background-color: #0055a4;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 4px;
}
.timetable .right .organisation {
    color: #fbab7E;
    font-weight: bold;
}
.timetable .right .responsible {
    /*color: #ffcccc;*/
    font-weight: bold;
}
.timetable .right .ort {
    background-color: #fbab7E;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 4px;
}
.timetable .right .body {
    /*color: #ffcccc;*/
    font-weight: normal;
}

.page-node-158 .container-fluid:nth-child(6) {
	
	
	display:none;
}

.regiobg {
	    background-image: url(/themes/freizeitspass/images/background-regio.jpg);
    background-position: left 27px;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.creativtemplate.regio .field--name-field-region .container-fluid:nth-child(3), .creativtemplate.regio .field--name-field-rogio-regionen .container-fluid:nth-child(3) {
    background-image: url("/themes/freizeitspass/images/background-links-rf.png");
    background-position: left 27px;
    background-repeat: no-repeat;
    background-size: auto auto;
 margin-bottom: 80px;
    margin-top: 80px;
	  background-size: 360px;
	   max-width: 1360px;
}



.creativtemplate.regio .field--name-field-region .container-fluid:nth-child(2), .creativtemplate.regio .field--name-field-rogio-regionen .container-fluid:nth-child(2) {
    background-image: url("/themes/freizeitspass/images/background-rechts-rf.png");
    background-position: right 26px;
    background-repeat: no-repeat;
    background-size: 360px auto;
	 margin-bottom: 80px;
    margin-top: 80px;
	 max-width: 1360px;
}
.creativtemplate.regio .field--name-field-region .container-fluid:nth-child(4), .creativtemplate.regio .field--name-field-rogio-regionen .container-fluid:nth-child(4) {
    background-image: url("/themes/freizeitspass/images/background-rechts-rf.png");
    background-position: right 26px;
    background-repeat: no-repeat;
    background-size: 360px auto;
	 margin-bottom: 80px;
    margin-top: 80px;
	 max-width: 1360px;
}

.anzeigenwerbung {
	display:none;
}
.views-field-nothing-1 .regio_news {
    background: #94c11a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 32px;
    margin-bottom: 11px;
    margin-left: 17px;
    padding: 5px 10px;
}
footer.regio {
    background: #94c11a;
    width: 100%;
    display: block;
}
.container-fluid {

    padding-top: 20px;
}
/* 20200528: mehr vom video im mobile zeigen */
.container-fluid.video.custom-view-sm {
	padding-top:30px;
}
/* 20200528: das video auf desktop oben ohne gap */
.container-fluid.video.custom-view-lg {
	padding-top:13px;
}
.logo.bubble {
    max-width: 120px;
    position: absolute;
    left: -10px;
    top: 50px;
    display:none !important;
}

.fab {
    font-family: "Font Awesome 5 Brands";

    color: #fff !important;
    font-size: 21px !important;
    margin-top: 0px !important;
    float: left! important;
    padding-right: 10px !important;
}
body.page-node-125 .formcontact {
	display:none;
	
}    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 800px;
      width: 100%;
    }
    .gallery-thumbs {
      height: 200px;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
    }

body.page-node-125 label.control-label {
	
	margin-left: 0px;
}
.style.item-right h6:nth-child(1){    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.page-node-40 .anzeigenwerbung, .page-node-11 .anzeigenwerbung, .page-node-18 .anzeigenwerbung {
	display:block !important;
}

.anzeigenwerbung .spacer {
    display: block;
    height: 10px;

}
.tg  {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0;}
.tg .tg-9hbo{font-weight:bold;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}

.anzeigen {
    background: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
}

.anzeige .col-sm-6.col-md-6{
position: relative;
    min-height: 1px;
    padding-right: 22px !important;
    padding-left: 22px !important;
}
.container.anziegen {
	padding-left: 0px !important;
	padding-right: 0px !important; 
}

.anzeige .field--item {
	min-height: 1px;
}
.anzeigentxt {
	
}

.insta-icon {
    color: #383838;
}

.btn {

    border-radius: 0px !important;
	margin-top: 10px !important;
 
}

.btn.back {
    border: 1px solid #0055a4;
    border-radius: 15px;
    padding: 15px;
}

option[value=all] {
    display: none;
}

#edit-type-messe2 > option:nth-child(1){
	display:none;
}

.views-field-nothing-1 .spielwiesn_news {
    background: #e63712 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 32px;
    margin-bottom: 11px;
    margin-left: 17px;
    padding: 5px 10px;
}
.views-field-nothing-1 .creativemesse_news {
    background: #006b2f none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 32px;
    margin-bottom: 11px;
    margin-left: 17px;
    padding: 5px 10px;
}

.views-field-nothing-1 .news {
    background: #0055a4 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 32px;
    margin-bottom: 11px;
    margin-left: 17px;
    padding: 5px 10px;
}

option[value=1] {
    display: none;
}

.blog .item-list li {
    list-style: outside none none;
    margin-bottom: 60px;
}
#cboxOverlay {
    background: #000 none repeat scroll 0 0 !important;
    opacity: 0.9;
}

.creativtemplate .sitemap li a {
    color: #000;
    display: block;
    margin: 7px;
    padding: 5px;
	text-decoration: none;
}

.creativtemplate .sitemap li a:hover {
    color: #44b733;
  text-decoration: none;
}


.forschatemplate .sitemap li a {
    color: #000;
    display: block;
    margin: 7px;
    padding: 5px;
	text-decoration: none;
}

.forschatemplate .sitemap li a:hover {
    color: #0055a4;
  text-decoration: none;
}

.spielwiesntemplate .sitemap li a {
    color: #000;
    display: block;
    margin: 7px;
    padding: 5px;
	text-decoration: none;
}

.spielwiesntemplate .sitemap li a:hover {
    color: #e63712;
  text-decoration: none;
}


.big {
    font-size: 24px;
}


.btn-outline-neutral {
    background-color: transparent;
    background-image: none;
    border-color: #333;
    color: #333;
}

.btn-outline-spielwiesno a{
text-decoration: none;
    color: #333;
}

.btn-outline-spielwiesno a:hover{
text-decoration: none;
    color: #fff;
}


.btn-outline-spielwiesno:hover {
    background-color: #3333;
    background-image: none;
    border-color: #333;
    color: #fff;
}




.btn-outline-spielwiesno {
    background-color: transparent;
    background-image: none;
    border-color: #e63712;
    color: #e63712;
}

.btn-outline-spielwiesno a{
text-decoration: none;
    color: #e63712;
}

.btn-outline-spielwiesno a:hover{
text-decoration: none;
    color: #fff;
}


.btn-outline-spielwiesno:hover {
    background-color: #e63712;
    background-image: none;
    border-color: #e63712;
    color: #fff;
}

.btn-outline-spielwiesnw {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    color: #fff;
}

.btn-outline-spielwiesnw:hover {
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    color: #e63712;
}
















.btn-outline-creativw {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    color: #fff;
}

.btn-outline-creativw:hover {
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    color: #006b2f;
}



.btn-outline-creativg {
    background-color: transparent;
    background-image: none;
    border-color: #006b2f;
    color: #006b2f;
}

.btn-outline-creativg a{
text-decoration: none;
    color: #006b2f;
}

.btn-outline-creativg:hover {
    background-color: #006b2f;
    background-image: none;
    border-color: #006b2f;
    color: #fff;
}



.btn-outline-forschab {
    background-color: transparent;
    background-image: none;
    border-color: #0055a4;
    color: #0055a4;
}

.btn-outline-forschab a{
text-decoration: none;
    color: #0055a4;
}

.btn-outline-spielwiesno a:hover{
text-decoration: none;
    color: #fff;
}


.btn-outline-forschab:hover {
    background-color: #0055a4;
    background-image: none;
    border-color: #0055a4;
    color: #fff;
}

.btn-outline-forschaw {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    color: #fff;
}

.btn-outline-forschaw:hover {
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    color: #0055a4;
}





.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    overflow: hidden;
}
.creativlogo {
    margin-top: 0px;
    position: relative;
    display: block;
    float: left;
    max-width: 57px;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 9px;
}
.forschalogo {
    margin-top: 0px;
    position: relative;
    display: block;
    float: left;
    max-width: 57px;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 9px;
}
.logo {
    margin-top: 0px;
    position: relative;
    display: block;
    float: left;
    max-width: 78px;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 9px;
}
.logo-forscha-menu {
	background-size:contain;
	background-repeat:no-repeat;
	background-image: url("/themes/freizeitspass/images/forscha-logo-blau.png");
}
.logo-wita-menu {
	background-size:contain;
	background-repeat:no-repeat;
	background-image: url("/themes/freizeitspass/images/logo-wissenschaftstage.png");
}
.logos-forscha-wissenschaftstage .logo-forscha-menu {
	width:80px;
	height: 52px;
	margin-bottom:4px;
}
.logos-forscha-wissenschaftstage .logo-wita-menu {
	width:140px;
	height: 40px;
}
.logos-forscha-wissenschaftstage2 .logo-forscha-menu {
	float:left;
	width:42px;
	height: 56px;
	background-position: bottom;
}
.logos-forscha-wissenschaftstage2 .logo-wita-menu {
	float:left;
	width: 108px;
	height: 60px;
	background-position: bottom right;
	margin-left:15px;
}

.page-node-type-spielwiesn-standard-seite .navbar-fixed-top, header#navbar2, header#navbar3 {
    background-image: none;
 
}
.container h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    padding-top: 40px;
}



.field--name-field-beschreibung .button2 {
    border: 1px solid #e63712;
    margin-top: 10px;
    text-align: center;
}

.field--name-field-beschreibung .button2 a {
    color: #e63712;
    display: table;
    height: 100%;
    padding: 6px;
    width: 101%;
}
.field--name-field-beschreibung .button2 a:hover {
	text-decoration: none;
	background: #e63712;
	color: #fff
}

section.frontpage {
    margin-top: 120px;
}


.farbe1 h2, .farbe2 h2, .farbe3 h2 {
    text-transform: none;
}

footer .navbar-nav > li {
    float: none;
    max-width: 100%;
    display: block;
    text-align: center;
}

footer .navbar-nav {
    width: 100%;
    text-align: center;
}

footer .navbar-nav {

    width: 100%;
    margin: 0px;
        margin-top: 0px;


}
footer .navbar-nav li a{
font-weight: 300;
    color: #fff;
	    font-size: 15px;
 
}
footer .center p{
    text-align: center;
    margin: 0 auto;
    width: 120px;
}
footer p {
    color: #fff;
    padding-top: 20px;
    text-align: center;
    min-height: 40px;
    text-align: center;
    margin: 0 auto;
}

footer.spielwiesn .nav > li > a:hover, footer.spielwiesn .nav > li > a:focus {
    text-decoration: none;
    background-color: #eb4a28;
}

footer.creativ .nav > li > a:hover, footer.creativ .nav > li > a:focus {
    text-decoration: none;
    background-color: #28a55f;
}
footer.forscha .nav > li > a:hover, footer.forscha .nav > li > a:focus {
    text-decoration: none;
    background-color: #2179cc;
}

.custom-view-lg{
	display:none;
}

footer.spielwiesn {
    background: #e63712;

    width: 100%;
    display: block;
}
footer.creativ {
    background: #006b2f;

    width: 100%;
    display: block;
}
footer.forscha {
    background: #0055a4;

    width: 100%;
    display: block;
}

.custom-view-sm{
	display:block;
}

.sticky .signet {
	display:none;
}

.abdunkeln  {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
h1 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    clear: left;
}
section.news .container {
    padding-right: 20px;
    padding-left: 20px;
}
footer {
    bottom: 0;
    position: static;
}

.paddingnull {
	padding: 0px !important
}
.white {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 7;
}
main {
	padding-bottom:50px;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
	margin-bottom: 190px;

}


h2.xund {
    /* 20200528: nicht mehr erforderlich
    background-image: url("/themes/freizeitspass/images/xungsignet.png");
    background-repeat: no-repeat;
    background-size: 22px auto;
    padding-left: 40px;
    */
}
.news .spielwiesn {
	background-image:url("/themes/freizeitspass/images/spielwiesn-logo.png");
	height: auto;
	width: 291px;
	height: 204px;
}

.newsheader {
    margin-bottom: 40px;
    max-height: 450px;
    overflow: hidden;
}

button.form-submit {
    margin-top: 0px !important;
    margin-left: 30px;
    border: solid 1px #afafaf;
}

.row-eq-height {
  display: block;
}

label.control-label {
    margin-left: 40px;
}

.created {
    margin-left: 10px;
}

.neuigkeiten .views-field-title a, .views-field-title a {
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
	text-decoration: none;
}

.views-exposed-form {
    background: #eee;
    margin-bottom: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sticky {
    position: fixed;
    top: -459px;
    z-index: 99999 !important;
	width: 100%;

}
.neuigkeiten .views-field-field-news-bild {
    margin-bottom: 29px;
}

.views-field-nothing p {
	    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    padding-bottom: 26px;
}

.spacer {
    display: block;
    height: 110px;
}

#content-rechts-spielwiesn {
background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(247, 157, 62) 0%,rgb(249, 180, 80) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right
}


#content-links-spielwiesn {
background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(247, 157, 62) 0%,rgb(249, 180, 80) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: left
}
a#anchor:target::before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
}




.creativtemplate .field--name-field-region .container-fluid:nth-child(1) {
    background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-links-cm.png);
    background-repeat: repeat-x, no-repeat;
    background-position: right;
 margin-bottom: 80px;
    margin-top: 80px;

}
.creativtemplate .field--name-field-region .container-fluid:nth-child(3) {
    background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-links-cm.png);
    background-repeat: repeat-x, no-repeat;
    background-position: right;
 margin-bottom: 80px;
    margin-top: 80px;
}


.creativtemplate .field--name-field-region .container-fluid:nth-child(2) {
background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-rechts-cm.png);
    background-repeat: repeat-x, no-repeat;
    background-position: right;
	 margin-bottom: 80px;
    margin-top: 80px;

}
.creativtemplate .field--name-field-region .container-fluid:nth-child(4) {
 background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-rechts-cm.png);
    background-repeat: repeat-x, no-repeat;
    background-position: right;
	 margin-bottom: 80px;
    margin-top: 80px;
}











.forschatemplate .field--name-field-region .container-fluid:nth-child(1), .forschatemplate .field--name-field-rogio-regionen .container-fluid:nth-child(1) {

 margin-bottom: 80px;
    margin-top: 80px;    
    background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-links-forscha.png);
    background-repeat: repeat-x, no-repeat;
	background-position: left;
  background: /* top, transparent white, faked with gradient */ linear-gradient(190deg, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 50%), /* bottom, image */ url(/themes/freizeitspass/images/content-links-forscha.png);
  background-repeat: repeat-x, no-repeat;
  background-position: left 0px;

}
.forschatemplate .field--name-field-region .container-fluid:nth-child(3), .forschatemplate ..field--name-field-rogio-regionen .container-fluid:nth-child(3) {
 margin-bottom: 80px;
    margin-top: 80px;    background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-links-forscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: left

}


.forschatemplate .field--name-field-region .container-fluid:nth-child(2), .forschatemplate .field--name-field-rogio-regionen .container-fluid:nth-child(2) {

  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-forscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right
	 margin-bottom: 80px;
    margin-top: 80px;

}
.forschatemplate .field--name-field-region .container-fluid:nth-child(4), .forschatemplate .field--name-field-rogio-regionen .container-fluid:nth-child(4) {
  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-forscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right;
	 margin-bottom: 80px;
    margin-top: 80px;
	background: /* top, transparent white, faked with gradient */ linear-gradient(170deg, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 50%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-forscha.png);
    background-repeat: repeat-x, no-repeat;
	background-position: right 0px;
}


/* Regioforscha-Abtrennung*/
.regioforschatemplate .field--name-field-region .container-fluid:nth-child(1), .regioforschatemplate .field--name-field-rogio-regionen .container-fluid:nth-child(1) {

 margin-bottom: 80px;
    margin-top: 80px;    background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-links-regioforscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: left
}
.regioforschatemplate .field--name-field-region .container-fluid:nth-child(3), .regioforschatemplate ..field--name-field-rogio-regionen .container-fluid:nth-child(3) {
 margin-bottom: 80px;
    margin-top: 80px;    background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-links-regioforscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: left

}


.regioforschatemplate .field--name-field-region .container-fluid:nth-child(2), .regioforschatemplate .field--name-field-rogio-regionen .container-fluid:nth-child(2) {

  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-regioforscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right
	 margin-bottom: 80px;
    margin-top: 80px;

}
.regioforschatemplate .field--name-field-region .container-fluid:nth-child(4), .regioforschatemplate .field--name-field-rogio-regionen .container-fluid:nth-child(4) {
  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-regioforscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right;
	 margin-bottom: 80px;
    margin-top: 80px;
}








.field--name-field-region .container-fluid:nth-child(1) {
background: linear-gradient(to bottom, rgb(247, 157, 62) 0%,rgb(249, 180, 80) 1%,rgba(125,185,232,0) 100%), url(/themes/freizeitspass/images/content-rechts.png);

    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;

background-repeat: repeat-x, no-repeat;

background-position: left;
 margin-bottom: 80px;
    margin-top: 80px;

}
.field--name-field-region .container-fluid:nth-child(3) {
background: linear-gradient(to bottom, rgb(247, 157, 62) 0%,rgb(249, 180, 80) 1%,rgba(125,185,232,0) 100%), url(/themes/freizeitspass/images/content-rechts.png);

    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;

background-repeat: repeat-x, no-repeat;

background-position: left;
 margin-bottom: 80px;
    margin-top: 80px;

}
.page-node-103 .field--name-field-region .container-fluid:nth-child(3) {
  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-forscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right;
	 margin-bottom: 80px;
    margin-top: 80px;

}
.page-node-18 .field--name-field-region .container-fluid:nth-child(3) {
  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-forscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right;
	 margin-bottom: 80px;
    margin-top: 80px;
	background: /* top, transparent white, faked with gradient */ linear-gradient(170deg, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 50%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-forscha.png);
    background-repeat: repeat-x, no-repeat;
	background-position: right 0px;

}
.field--name-field-region .container-fluid:nth-child(2) {
background: linear-gradient(to bottom, rgb(247, 157, 62) 0%,rgb(249, 180, 80) 1%,rgba(125,185,232,0) 100%), url(/themes/freizeitspass/images/content-rechts.png);

    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;

background-repeat: repeat-x, no-repeat;

background-position: right;;
	 margin-bottom: 80px;
    margin-top: 80px;
	
}
.field--name-field-region .container-fluid:nth-child(4) {
background: linear-gradient(to bottom, rgb(247, 157, 62) 0%,rgb(249, 180, 80) 1%,rgba(125,185,232,0) 100%), url(/themes/freizeitspass/images/content-rechts.png);

    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;

background-repeat: repeat-x, no-repeat;

background-position: right;
	 margin-bottom: 80px;
    margin-top: 80px;
}

main.node {
	
	    padding-top: 100px !important;
	
}

#content-rechts-creativ{
background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-rechts-cm.png);
    background-repeat: repeat-x, no-repeat;
    background-position: right;
 }


#content-links-creativ {
    background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-links-cm.png);
    background-repeat: repeat-x, no-repeat;
    background-position: left;
}

#content-rechts-creativmesse{
background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-rechts-cm.png);
    background-repeat: repeat-x, no-repeat;
    background-position: right;
 }


#content-links-creativmesse {
  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(240, 247, 187) 0%,rgba(240, 247, 187) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/background-rechts-cm.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right
}



#content-rechts-forscha {

  /* background: linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), url(/themes/freizeitspass/images/content-rechts-forscha.png); */
	background: /* top, transparent white, faked with gradient */ linear-gradient(170deg, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 50%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-forscha.png);
    background-repeat: repeat-x, no-repeat;
	background-position: right 0px;
 }


#content-links-forscha {

  /* background: linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), url(/themes/freizeitspass/images/content-links-forscha.png); */
  background: /* top, transparent white, faked with gradient */ linear-gradient(190deg, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 50%), /* bottom, image */ url(/themes/freizeitspass/images/content-links-forscha.png);
  background-repeat: repeat-x, no-repeat;
  background-position: left 0px;
}
#content-rechts-regioforscha {

  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts-regioforscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right
 }


#content-links-regioforscha {

  background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-links-regioforscha.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: left
}


#content-rechts-spielwiesn {

background: /* top, transparent white, faked with gradient */ linear-gradient(to bottom, rgb(247, 157, 62) 0%,rgb(249, 180, 80) 1%,rgba(125,185,232,0) 100%), /* bottom, image */ url(/themes/freizeitspass/images/content-rechts.png);
    background-repeat: repeat-x, no-repeat;
	    background-position: right
}

.neuigkeiten .views-field-title {
    display: block;
    margin-bottom: 18px;
}

.sticky .logo {
	    width: 210px;
    height: auto;
    margin-top: 470px;
}

.intro p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    padding-bottom: 26px;
    max-width: 760px;
	margin: 0 auto;
}

/**/


.nav li a {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	color: #525252;
	font-size: 17px;
	
}

.textcenter {
	text-align: center;
}
.videotop {
	margin-top: -300px;
}

.container h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 7px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
main.news-template {


    min-height: 0px;

}

/*creativmesse*/
main.creativtemplate{

background-image: url("/themes/freizeitspass/images/polyunten_cm.png");
background-repeat: no-repeat;
    margin-top: 0px;
    min-height: 0px;
	    background-size: 677px;
		padding: 0px;

}


/*forscha*/
main.forschatemplate {

background-image: url("/themes/freizeitspass/images/polyunten-forscha.png");
background-repeat: no-repeat;
    margin-top: 0px;
    min-height: 0px;
	    background-size: 865px;
		padding: 0px;

}
/*Regioforscha-Abtrennung*/
main.regioforschatemplate {

	background-image: url("/themes/freizeitspass/images/polyunten-regioforscha.png");
	background-repeat: no-repeat;
    margin-top: 0px;
    min-height: 0px;
	background-size: 450px;
	padding: 0px;

}

@media ( max-width : 780px) {
	main.forschatemplate {
		background-image:
			url("/themes/freizeitspass/images/polyunten-forscha-mobile.png");
	}
}

/*Spielwiesn*/
main.spielwiesntemplate {
    background-image: url(/themes/freizeitspass/images/polyunten.png);
    background-repeat: no-repeat;
    margin-top: 0px;
    /* min-height: 3000px; */
    background-size: 681px;
    -webkit-transition: width 2s;
    transition: width 2s;
}



.signet {
    position: absolute;
    width: 325px !important;
    height: 41px !important;
    bottom: 11px;
    left: 30px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-stick {
    background-color: transparent;
    border-color: #fff;
    z-index: 99999999999999999999999999999999;
	    border-color: transparent;
}
.social2 {
    float: left;
    width: 161px;
    padding-top: 6px;
    padding-left: 20px;
}
.fa {

    font-size: 28px;
    padding-right: 20px;
    padding-top: 9px;
    
}

.forscha .navbar-nav > li > a {
	padding-top:13px;
	padding-bottom:13px;
}
.forscha .fa {
	font-size:21px;
	padding-top:12px;
}
/**
.social{
    float: left;
    width: 153px;
}
*/
.forscha .social, .social {
	float:none;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-bottom: -6px;
	margin-left: 18px;
}
/**
 * hk 2023-05-30:
 * attention: because the main menu (which represents regioforscha) appears again in the footer,
 * I'd rather don't display it a second time and switch display off for all four projects
 */
footer.forscha .social, footer.regio .social, footer.spielwiesn .social, footer.creativ .social {
    display: none;
}
.fa-facebook-official {
	color: #3b5998;
}
.fa-twitter {
	color: #5ea9dd;
}


.no-gutters {
  	margin-right: 0;
  	margin-left: 0;
    padding-right: 0;
  	padding-left: 0;
}

 .container {

	 padding-right: 50px;
	 padding-left: 50px;
	 
 }
.video-container {
	overflow:hidden;
    max-height: 518px;
    min-height: 300px;
    height: auto;
    width: 100%;
    position: absolute;
	pointer-events: none;
    z-index: 0;
}
  .video img{
	width: auto;
	height: 100%;

 }
 
/*  .forschalogo {
    max-width: 170px;
    max-height: 159px;
    position: absolute;
    z-index: 9999;
    margin-left: 50%;
    margin-top: 50%;
    left: -145px;
    top: 78px;
} */
 
/* .logo {
    max-width: 243px;
    max-height: 170px;
    position: absolute;
    z-index: 9999;
    margin-left: 58%;
    margin-top: -10px;
    left: -145px;
    top: 78px;
} */
 
 .video .row .col {
	 z-index:99;
	 float: left;
 }
 
 .special {
	 max-height: 700px;
 }
 
 .poly {
	 max-width: 782px;
	 display: block;
	 margin-left: -173px;
	 


 }
.creativ-video .poly {
    display: block;
    height: auto;
    margin-left: 0;
    margin-top: 17px;
    max-width: 793px !important;
}
.forscha-video .poly {
    display: block;
    margin-left: -173px;
    margin-top:63px;
    min-width: 865px;
    /*max-width: 730px !important;*/
	height:auto;
}
.regioforscha-video .poly {
	display: block;
	margin-left: 0px;
	max-width: 513px !important;
	height: auto;
}
img{
	 width: 100%;
	 height: auto;
 }
 
 /*main*/
 body {
	 margin: 0px;
	 font-family: 'Titillium Web', sans-serif;
	 color: #444444;
	 overflow-x:hidden;
	 font-size: 15px;
 }
 
 .main-navigation {
	 height: 99px;
 }
 
 .sticky-logo {
	 position: absolute;
	 top: 0px;
	 left:0px;
 }
 
 video {
	 width: 100%;
	
 }
.field--name-field-beschreibung .row {
    padding-bottom: 50px;
}

.boxes .row {
    padding-bottom: 0px;
}
.align-left {
    float: left;
    margin-right: 30px;
    max-width: 100%;
    width: auto;
}
#video-background {
    position: relative;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    margin-left: -50%;
}

.oeffnungszeiten .row.row-eq-height {

    font-size: 15px !important;
	min-height: 140px;

}

.oeffnungszeiten h2 {

    min-height: 67px !important

}
.field--name-field-beschreibung .row.row-eq-height {
    color: #fff;
    display: block;
    font-size: 23px;
    padding: 20px;
    text-align: center;
}
.forscha.oeffnungszeiten .row.row-eq-height {
	color: #1a8ccd;
}

.field--name-field-beschreibung .content > h2 {
    font-size: 22px;
    line-height: 31px;
    min-height: 32px;
}


.creativmesse .farbe1 {
	background: #49a22c;
    background-image: url(/themes/freizeitspass/images/background-cm.png);
    background-position: 0px -67px;

    background-repeat: no-repeat;
}

.creativmesse .farbe2 {
    background: #006b2f;
    background-image: url(/themes/freizeitspass/images/background-cm.png);
    background-position: 0px -67px;

    background-repeat: no-repeat;
}


.creativmesse .farbe3 {
    background: #49a22c;
    background-image: url(/themes/freizeitspass/images/background-cm.png);
    background-position: -150px -57px;
    background-repeat: no-repeat;
}




.boxes.regio .farbe4 {
	background: #94c11a;
    background-image: url(/themes/freizeitspass/images/background-cm.png);
    background-position: 0px -67px;

    background-repeat: no-repeat;
}

.boxes.regio .farbe5 {
    background:#749716;
    background-image: url(/themes/freizeitspass/images/background-cm.png);
    background-position: 0px -67px;

    background-repeat: no-repeat;
}





.spielwiesn .farbe1 {
	background: #f7a840;
    background-image: url(/themes/freizeitspass/images/background-struktur.png);
    background-position: 0px -67px;

    background-repeat: no-repeat;
}

.spielwiesn .farbe2 {
    background: #ee7237;
    background-image: url(/themes/freizeitspass/images/background-struktur.png);
    background-position: 0px -67px;

    background-repeat: no-repeat;
}


.spielwiesn .farbe3 {
    background: #f7a840;
    background-image: url(/themes/freizeitspass/images/background-struktur.png);
    background-position: -150px -57px;
    background-repeat: no-repeat;
}

.forscha .farbe1, .forscha .farbe2, .forscha .farbe3 {
	background: transparent;
	border:1px solid #1a8ccd;
	background-color: linear-gradient(0deg, rgb(221, 234, 247) 0%,rgba(221, 234, 247) 1%,rgba(125,185,232,0) 100%);
	/*background-position: right 0px;*/
}

.forscha .farbe1 h2, .forscha .farbe2 h2, .forscha .farbe3 h2 {
	color: #1a8ccd;
	line-height: 130%;
}

.forscha .farbe1 {
    background-image: url(/themes/freizeitspass/images/background-struktur-forscha.png);
    background-position: -310px -40px;
    background-repeat: no-repeat;
    background-size: 275%;
}

.forscha .farbe2 {
    background-image: url(/themes/freizeitspass/images/background-struktur-forscha.png);
    background-position: -165px -40px;
    background-repeat: no-repeat;
    background-size: 275%;
}

.forscha .farbe3 {
    background-image: url(/themes/freizeitspass/images/background-struktur-forscha.png);
    background-position: -40px -30px;
    background-repeat: no-repeat;
    background-size: 275%;
}


.forscha.oeffnungszeiten .farbe1 {
    background-position: -20px -0px;
}

.forscha.oeffnungszeiten .farbe2 {
    background-position: -295px -0px;
}

.forscha.oeffnungszeiten .farbe3 {
    background-position: -520px -0px;
}

main .container {
    padding-right: 60px;
    padding-left: 60px;
}

.content > h2 {
    clear: both;
    display: inline-block;
    min-height: 73px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}

.creativmesse .boxes .content {
    display: table;
    height: 100%;
    margin-bottom: 30px;
    padding: 16px 7px 20px;
    width: 100% !important;
}
.spielwiesn .boxes .content {
    display: table;
    height: 100%;
    margin-bottom: 30px;
    padding: 16px 7px 20px;
    width: 100% !important;
}

.forscha .boxes .content {
    display: table;
    padding: 16px 7px 20px 7px;
    margin-bottom: 30px;
	height: 100%;
	 width: 100% !important;
}


.button a {
	color: #fff;
    display: table;
    height: 100%;
    padding: 6px;
    width: 101%;
}

.button a:hover {
	text-decoration: none;
	background: #fff;
	color: #000
}
.forscha .button a, .forscha a.btn {
	color:#ffffff;
	border:1px solid #ffffff;
	background-color:#1a8ccd;
    margin-top: 0px !important;
    text-align: center;
}

.forscha .button a:hover, .forscha a.btn:hover {
	background-color:#D2EAFA;
	color:#0763c8;
	border-color:#1a8ccd;
}

/* Regioforscha Abtrennung */
.regioforscha .boxes .content {
    display: table;
    padding: 16px 7px 20px 7px;
    margin-bottom: 30px;
	height: 100%;
	 width: 100% !important;
}
.regioforscha .button a, .regioforscha a.btn {
    border: 0px solid #fff;
    margin: 0px;
    text-align: center;
}
.regioforscha .button a:hover, .regioforscha a.btn:hover {
	text-decoration: none;
	background: #fff;
	color: #000
}


.button {
    border: 1px solid #fff;
    margin-top: 10px;

    text-align: center;
}

@media (max-width: 1600px) {

header#navbarcm {
	background-position: -405px !important;
	transition: all 0.5s ease;
}
}
/* Small devices (847px and up) sm*/
@media (min-width: 950px) {
	
	.custom-view-lg{
	display:block;
}

.custom-view-sm{
	display:none;
}


.sticky .signet {
	display:block;
}




}



/* Small devices (tablets, 768px and up) sm*/
@media (min-width: 768px) {
	
h1 {
    font-weight: 600;
    font-size: 44px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    clear: left;

}


button {

	margin-top: 0px;
 
} 
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
h1 {

    width: 740px;

}

h3, .h3 {

    padding-top: 0px;
}



 
.content > h2 {

    min-height: 77px;

    font-size: 16px;

    line-height: 19px;

    padding-right: 11px;
    padding-left: -3px;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 30px;
}

.spielwiesn .boxes .content, .creativmesse .boxes .content {
    margin-bottom: 0px;
}
.forscha .boxes .content {
    margin-bottom: 0px;
}

/* .logo {
    max-width: 291px !important;
    max-height: 204px !important;
    float: right;
    z-index: 9999;
    margin-top: 457px;
    margin-right: 30px;
    position: relative;
	left: 0;
	top: 0px;
} */
.navbar-nav {
    float: right;
    margin: 5px auto;
    position: relative;
	margin-right: 35px;
    /* width: 590px; */
}

/* .forschalogo {
    max-width: 205px !important;
    max-height: 191px !important;
    float: right;
    z-index: 9999;
    margin-top: 455px;
    margin-right: 30px;
    position: relative;
    left: 0;
    top: 0px;
} */
 #video-background {

    margin-left: 0%;
}
.poly {
	background-color: transparent;
}
h1 {

    margin-top: 0px;
}

}@media (max-width: 991px) {
footer p {

    color: #fff;
    padding-top: 20px;
    text-align: center;
    min-height: 40px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    min-height: 67px;

}
.forscha.navbar-nav {
	/*
	display:none; 
	20200525*/
}
.logos-forscha-wissenschaftstage {
	display:none;
}
.logos-forscha-wissenschaftstage2 {
	display:block;
	float:left;
	margin-left: 15px;
}
.forscha.social2 {
	display:none !important;
}
.navbar-toggle {
	display:block;
	float:right;
	margin-top:20px;
}
.navbar-header {
	width:320px;
}
}
/* Medium devices (desktops, 992px and up) md*/
@media (min-width: 992px) {
.forscha.navbar-nav {
	display:block;
}
.logos-forscha-wissenschaftstage {
	display:block;
}
.logos-forscha-wissenschaftstage2 {
	display:none;
}
.navbar-toggle {
	display:none;
}
.poly, .forscha-video .poly {

	 margin-left: 0px;

}
.logo.bubble {
    max-width: 200px;
    position: absolute;
    left: 19px;
    z-index: 99999;
    top: 1px;
    display:none !important;
}
footer .navbar-nav > li {
    float: right;

}
#navbar3 .bubble {
    max-width: 140px;
    position: absolute;
    left: 29px;
    z-index: 99999;
    top: 161px;
}
#navbar2 .bubble {
    max-width: 140px;
    position: absolute;
    left: 19px;
    z-index: 99999;
    top: 131px;
}
 .creativlogo {
    margin-top: 0px;
    position: absolute;
    left: 14px;
    display: block;
    float: none;
    max-width: 163px;
    top: 14px;
}
.forschalogo {
    margin-top: 0px;
    position: absolute;
    left: 14px;
    display: block;
    float: left;
    max-width: 57px;
    padding-left:10px;
    padding-top:9px;
    top: 14px;
    /*top: 520px;*/
    top: 0px !important;
}
.logo {
    margin-top: 0px;
    position: absolute;
    left: 14px;
    display: block;
    float: none;
    max-width: 163px;
    top: 14px;
}

.down {
    top: 0; /* 520px;*/
}

.content > h2 {
    font-size: 22px;
    line-height: 31px;
    min-height: 102px;
}
 main .container {
    padding-right: 60px;
    padding-left: 60px;
}
footer p {
	text-align: left;
}
}



/* Large devices (large desktops, 1200px and up) lg*/
@media (min-width: 1200px) {
	
	 main .container {
    padding-right: 150px;
    padding-left: 150px;
}#navbar2 .bubble {
    max-width: 190px;
    position: absolute;
    left: 29px;
    z-index: 99999;
    top: 31px;
}

#navbar3 .bubble {
    max-width: 190px;
    position: absolute;
    left: 29px;
    z-index: 99999;
    top: 31px;
}
.creativlogo {
    position: absolute;
    right: 90px;
    margin: 0;
    left: auto;
    max-width: 140px; /* 168px;*/
}
.forschalogo {
    position: absolute;
    right: 90px;
    margin: 0;
    left: auto;
    max-width: 168px;
}
#navbar1 .regioforscha .forschalogo {
   position: absolute;
    right: 90px;
    margin: 0;
    left: auto;
    max-width: 300px;
    top: 474px;
}
#navbar3 .regioforscha .forschalogo {
   position: absolute;
    right: 90px;
    margin: 0;
    left: auto;
    max-width: 138px;
    top: 1px;
}
.logo {
    position: absolute;
    right: 90px;
    margin: 0;
    left: auto;
    max-width: 110px; /*210px;*/
}

header#navbar, header#navbar1, header#navbarc {
	  height: 84px;
    padding-top: 12px;
}
.page-node-type-spielwiesn-standard-seite .navbar-fixed-top, header#navbarcm {
    background-image: url(/themes/freizeitspass/images/header_sm.png);
    background-repeat: no-repeat;
    background-size: 651px auto;
    height: 84px;
    padding-top: 12px;
    background-position: 0px;
}

.page-node-type-spielwiesn-standard-seite .navbar-fixed-top, header#navbar2 {
    background-image: url(/themes/freizeitspass/images/header-spielwiesn.png);
    background-repeat: no-repeat;
    background-size: 730px auto;
    height: 84px;
    padding-top: 12px;
    background-position: -340px;
}

.page-node-type-forscha-standard-seite .navbar-fixed-top, header#navbar3 {
    background-image: url(/themes/freizeitspass/images/header-forscha.png);
    background-repeat: no-repeat;
    /*background-size: 704px auto;*/
    height: 84px;
    padding-top: 12px;
    background-position: -340px;
}
header#navbar1 {
    background-image: url(/themes/freizeitspass/images/header-forscha.png);
    background-repeat: no-repeat;
    /*background-size: 704px auto;*/
    height: 84px;
    padding-top: 12px;
    background-position: -0px !important;
}
/*  20200520
	Neu: RegioForschatrennung */
header#navbar1.regioforscha, header#navbar3.regioforscha {
    background-image: url(/themes/freizeitspass/images/header-regioforscha.png);
    background-repeat: no-repeat;
    /*background-size: 704px auto;*/
    height: 84px;
    padding-top: 12px;
    background-position: -340px !important;
}
.navbar-nav {
    float: none;
    margin: 5px auto;
    position: relative;
    margin: 0 auto;
    width: 824px;
    padding-top: 6px;
}
    /*neu*/
.forscha.navbar-nav {
    float:left;
    padding-left:360px;
    width:1100px;
}
.logos-forscha-wissenschaftstage {
	float:left;
}
 

}

@media (min-width: 1522px) {
	
.page-node-type-spielwiesn-standard-seite .navbar-fixed-top, header#navbar2, header#navbar3 {

    background-position: 0px;
}	
}

@media (max-width: 1522px) {

header#navbar1 {
	background-image:none;
}
.navbar-header {
	/* 20200525
	float:right;
	margin-top:10px;
	*/
}
.forscha.social2 {
	margin-left:80px;
	float:none;
}
.logos-forscha-wissenschaftstage {
	position:absolute;
	float:none;
	left:80px;
	top:10px;
}

}
 
 
  /* special header*/
@media (max-width: 1386px) {
.signet {
    position: absolute;
    width: 225px !important;
    height: 29px !important;
    bottom: 17px;
    left: 30px;
}

.sticky .poly {
    margin-left: -230px;
}


}

  /* special header*/
@media (max-width: 1071px) {
.sticky  .signet {
    display: none;
}
.sticky .poly {
    display: none;
}
}

@media (min-width: 800px) {
	.hide-desktop {
		display: none;
	}
	
}


 @media (max-width: 799px) {
	.bubble {
		display: none !important;
	}
 }
.cookie-box {
  position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1rem 2rem;
    background: #efefef;
    transition: all .75s cubic-bezier(.19,1,.22,1);
    border-top: #8c8c8c solid 1px;
 
}

.fab {
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
    float: left;
    padding-right: 10px;
}

.cookie-button {
display: inline-block;

cursor: pointer;

padding: 0.65rem 0.85rem;

margin-left: 0.45rem;

color: #fff;

font-size: 18px;

letter-spacing: 1px;

background-image: linear-gradient(62deg, #fbab7E 0%, #f7ce68 100%);

border: 0px;

margin-top: 15px;
}

/*
 *
 * Ergänzungen Webform
 *
 */
.field.field--name-field-webform-referenz {
	float: left;
	margin-right: 3em
}

.webform-submission-pa-block_content-17-form #edit-actions-submit {
	margin-top: 110px !important;
    position: absolute;
}

/*
 *
 * Stoerer "Schulfreitag" fuer mobile Geraete aus
 *
 */
#js-cookie-box {
	display:none;
}

/** 
 * Adressblock 
 */
#block-adressblock {
	padding:20px 10% 40px 10%;
	width: 100%;
	text-align:center;
}