/* CSS Document */




/*


    font-family: 'Roboto', sans-serif;

    font-family: 'Roboto Slab', serif;

    font-family: 'Anton', sans-serif;



Roboto:300,400,500




*/
/**************************************/
/* FONTS  */
@font-face {
    font-family: 'Anton';
    src: url('../fonts/anton-regular-webfont.woff2') format('woff2'),
         url('../fonts/anton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/**************************************/
/* GLOBALS  */

.wFull { 
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;	
}

html {
	overflow-x: hidden;
}
body {
	background: url(../img/bg_site_all.jpg) no-repeat center top fixed    ;
/*	background-size: cover;*/
	background-attachment:fixed;
	font-family: 'RobotoLight', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	line-height: 29px;
	padding: 0;
	margin: 0;	
	overflow-x: hidden;
}
p {
    margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 28px;
	color: #fff;
}
h1.cntTit,
h2,
h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: normal;
	color: #ba0618;
	margin-bottom: 20px;
}
h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 21px;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	margin: 40px 0 20px 0;
}
.sidebar h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.foot h2 {
	color: #fff;
	display: block;
	border-bottom: 1px solid #fff;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 12px;
	padding-top: 40px;
}
h3 {
	font-size: 28px;
	line-height: 1.2em;
	margin: 60px 0 20px 0;
}
h5 {
    font-family: 'Roboto Slab', serif;
    font-size: inherit;
    color: #000;
    margin: 60px 0 15px 0;
}


a,
a:hover,
a:focus {
	text-decoration: none;
}
strong, b {
	font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.floLeft {
	float: left;
}
.floRight {
	float: right;
}
.clearMe {
	clear:both;
	font-size: 0;
	line-height: 0;
}
.img-res {
	width: 100%;
	height: auto;
}
.marBot {
	margin-bottom: 30px;
}
.back-to-top {
	background: #333;
	position: fixed;
	bottom:20px;
	right:20px;
	font-size: 80px;
	height: 50px;
	width: 50px;
	line-height: 90px;
	border: 2px solid #fff;
	border-radius: 25px;
	text-align: center;
}
a.back-to-top  {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
a.back-to-top:hover,
a.back-to-top:focus {
	background: #ba0618;
}
.double {
	width: 40%;	
}
.mrg20Ri {
	margin-right:20px;
}
.marTop {
	margin-top: 40px;
}
.double {
	width: 45%;	
}
.floatLe {
	float:left;	
}
.floatRi {
	float:right;	
}
.bgWhite {
	background-color: #fff;
}
.pad20 {
	padding: 20px;
}
.brdDark {
	border: 4px solid #333;
}
.txtRed {
	color: #ba0618;
	font-family: 'Roboto', sans-serif;
}
a.lnkWhite {
	color: #fff;
	font-weight: bold;
}
.imgRes {
    width: 100%;
    height: auto;
}






/**************************************/
/* MENU TOP  */

.menutop {
	background-color: #fff;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;

}

.navbar {
	background-color: #fff;
	min-height: 50px;
	display: block;
/*	padding-top: 30px;	
	padding-bottom: 12px;*/
	margin-bottom: 0px;

}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
        padding-top: 0;
        padding-bottom: 0;
		line-height: 80px;
}
.menu ul {
	padding: 0;
}
.menu li {
	list-style-type: none;
	display: inline-block;
	margin-right: 30px;
	padding: 0;
}
.menu li.last {
	margin-right: 0;
}
.menu li a {
	font-family: 'Anton', sans-serif;
	font-size: 28px;
	color: #808080;
}
.menu li a:hover {
	color: #000;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ba0618;
    background-color: inherit;
}

/*  DROPDOWN   */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 20px;
    margin: 2px 0 0;
    margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu li  {
	display: block;
	margin-bottom: 15px;
}
.dropdown-menu li a {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #333;
    background-color: inherit;
}
.navbar-nav > li > .dropdown-menu {
    padding-top: 15px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #ba0618;
    text-decoration: none;
    background-color: inherit;
    outline: 0;
}



.logmin {
/*	width: 90px;
	height: auto;*/
}

.logoMin {
	padding-top: 20px;
}


/*   Sprache   */
.lng {
    text-align: right;
    display: block;
    height: 24px;
    font-size: 14px;
    padding-right: 30px;
    background-color: #fff;
}
.lng a:hover {
    color: #ba0618 !important;
}
a.lngDe {
    background: url(../img/de.svg ) no-repeat;
    background-size: 24px;
    background-position: 0 4px;
    display: inline-block;
    padding-left: 30px;
    color: #000;
}
a.lngEn {
    background: url(../img/uk.svg ) no-repeat;
    background-size: 24px;
    background-position: 0 4px;
    display: inline-block;
    padding-left: 30px;
    color: #000;
}
/**************************************/
/* HEADER  */


.mainLogo {
	height: 360px;
	text-align: center;
}
.wrapImg {
	background-color: #fff;
	height: 360px;
	padding: 40px 15px;
}
.mainLogo a {
	background-color: #fff;
	color: #585858;
	font-family: 'Anton', sans-serif;
	font-size: 26px;
	text-decoration: none;
	line-height: 42px;
}
.mainLogo a:hover {
	color: #ba0618;
}
.mainImg {
	height: 360px;
}
.center-cropped {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  height: 360px;
  width: 100%;
}









/**************************************/
/* CONTENT  */

.contnt {
	background-color: #fff;
	padding: 30px 30px 30px 30px;
    
    border-top: 30px solid #333;
/*    border-spacing: 15px 50px;*/
}

/*
.contnt:before {
  position: absolute;
  content: '';
  border-top: 10px solid #d2d7da;
  width: 70%;
  transform: translateX(-50%);
  top: -15px;
  left: 50%;
} 
*/


.contnt a:hover,
.contnt a:focus,
.contnt a {
	color: #ba0618; 
}
h1.pageTitle {
	width: 100%;
	display: block;
	background-color:#333;
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
}
/*.contnt a.btn:hover,
.contnt a.btn:focus,*/
.contnt a.btn {
	color: #fff;
}
.btn {
	font-family: 'Anton', sans-serif;
    display: inline-block;
    padding: 12px 20px 12px 45px;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 4px;
	background: rgb(186,6,24);
	margin-bottom: 16px;
}
.btn:hover { 
    border-color: #ba0618;
}
.btn-info {
	background: rgb(186,6,24)  url(../img/lnkPdf.png) no-repeat 8px 8px;
}
.btn-info:hover,
.btn-info:focus {
	background: rgb(51,51,51)  url(../img/lnkPdf.png) no-repeat 8px 8px;
}
.btn-log {
	background: rgb(186,6,24)  url(../img/lnkLog.png) no-repeat 8px 8px;
}
.btn-log:hover,
.btn-log:focus {
	background: rgb(51,51,51)  url(../img/lnkLog.png) no-repeat 8px 8px;
}
a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn:active:focus{
    color: #ba0618;
}
.hinline {
    display: inline-block;
    width: 120px;
	font-family: 'Roboto', sans-serif;
}
.contnt iframe {
	width: 100%;
	height: 450px;
	border: none;
}
.marButToBo {
	margin: 20px 0 40px 0;
}
.bgDark {
	background-color:#333;
}
.txtWhite {
	color:#fff;
}
.pad20 {
	padding: 20px;
}
.locIco {
	background-image: url(../img/loc.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
.tag0 {
	font-size: 1.0em;
	display:inline-block;
	margin: 10px 20px;
}
.tag1 {
	font-size: 1.3em;
	display:inline-block;
	margin: 10px 20px;
			font-weight:bold;
}	
.tag2 {
	font-size: 1.6em;
	display:inline-block;
	margin: 10px 20px;
		font-weight:bold;
}
.tag3 {
	font-size: 2.2em;
	display:inline-block;
	margin: 10px 20px;
		font-weight:bold;
}

.hft,
.hft2 {
	display: none;
}

/*  Slider + more ul li under Sidebar   */

.flexslider {
    margin: 0 0 40px 0 ;
    border: 4px solid #333;
	border-radius: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 47px;
	background-color: #fff;
	line-height: 29px;
	padding: 10px;
}
.flex-direction-nav a::before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(186,6,24, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-control-nav {
    bottom: -60px;
}



.sidebar .flex-control-nav {
    bottom: -40px;
}
.sidebar .flexslider {
    margin: 0 0 25px 0;
}


/*   Flexslider Start  */


.front .flexslider img {
	height: 360px; 
	width: 100%; 
	object-fit: cover;
}
.front .flexslider {
    margin: 0 0 40px 0;
    border: none;
    border-radius: 0;
}


/*  Colorbox   */

#cboxCurrent,
#cboxTitle {
    bottom: -2px;
}
.roundRed {
	margin-bottom: 4px;
	border: 1px solid #333;
}


.hlfVidLe,
.hlfVidRi {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
.hlfVidRi {
	float: left;
	width: 48%;
	margin-left: 0 0 0 2%;
}

/*  START   */

.brdWht {
	border: 4px solid #fff;
}
.brdWht3 {
	border: 3px solid #fff;
}
.bxImg1 {
	background: url(../img/bgBx1.jpg);
}
.bxImg2 {
	background: url(../img/bgBx2.jpg);
}
.bxImg3 {
	background: url(../img/bgBx3.jpg);
}
.bxImg4 {
	background: url(../img/bgBx4.jpg);
}
.bxSta {
	width: 100%;
	height: 400px;
	display: inline-block;
	margin-bottom: 30px;
}
.bxSta p {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
}
.bx1,
.bx2, 
.bx3,
.bx4 {
	background: rgba(242,186,0, 0.85);
	width:100%;
	height: 100%;
	padding: 20px;
}
.bx2 {
	background: rgba(150,189,13, 0.85);	
}
.bx3 {
	background: rgba(140,52,181, 0.85);	
}
.bx3 p {
	color: #fff;;	
}
.bx4 {
	background: rgba(165,210,236, 0.85);	
}
.padHead {
	padding: 8px 12px;
	font-family: 'Anton', sans-serif;
	font-size: 21px;
	color: #fff;
	margin-bottom: 20px;
	min-height: 120px;
		line-height: 26px;
}
.bgFull1 {
	background-color: #f2ba00;
}
.bgFull2 {
	background-color: #96bd0d;
}
.bgFull3 {
	background-color: #8c34b5;
}
.bgFull4 {
	background-color: #a5d2ec;
}
.headTwo {
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.btn-black {
	background-color: #333;
/*	position: absolute;*/
    bottom: 10px;
	display: block;
	width: auto;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 0;
}
a.btn-black {
	color: #fff;
}
p.button {
    position: absolute;
    bottom: 35px;
    /*text-align: center;*/
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.bgVK{
	background: url(../img/bg_verkauf.png) no-repeat center bottom;
/*	background-size: contain;*/
    height: 330px;
}
.front .boxRed,
.front .boxRed h3 {
	color: #fff;
}
.btn-white {
	background-color: #fff;
/*	position: absolute;*/
    bottom: 10px;
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 12px 20px;
	margin:0 10px 0 0;
}
a.btn-white {
	color: #ba0618;
}
a.btn-white:hover,
a.btn-white:focus {
	color: #333;
}
.cntSta h1 {
	color: #ba0618;
}
.cntSta h3 {
	color: #000;
	margin-top: 0;
}
.hlfWdt {
	width: 75%;
}
.staHght {
	min-height: 400px;
}
.staHght2 {
	min-height: 580px;
} 
.cntSta  iframe {
	width: 100%;
	height: 330px;
}
.staBx { 
	background: rgb(255,255,255) url(../img/bgStaBx.jpg) no-repeat center bottom;
}
.btn-info2 {
	padding: 12px 20px;
}
a.btn-info2 {
	padding: 12px 20px;
	color: #fff;
}
a.btn-info2:hover,
a.btn-info2:focus {
	background-color: #333;
}
.hgtVid {
	height: 390px;
	background: url(../img/werdeFahrer.jpg) no-repeat center top;
	background-attachment: scroll;
	background-size: 100%;
}
.fahrer {
	text-align: center;
}
h2.boxHead {
	font-family: 'RobotoLight', sans-serif;
	color: #fff;
	font-weight: 300;
}
ul.fahr  {
	text-align: center;
	padding: 0;
}
ul.fahr li {
    margin-bottom: 4px;
	background-color: #000;
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	
	color: #fff;
}
.stoer {
	width: 142px;
	height: 125px;
	background: url(../img/bt_fahrer_werden_2025.png);
	position: absolute;
	top: -41px;
	right: -15px;
}
.stoerEN {
	width: 142px;
	height: 125px;
	background: url(../img/bt_fahrer_werden_2025-en.png);
	position: absolute;
	top: -41px;
	right: -15px;
}
.stoer2 {
	width: 142px;
	height: 125px;
	background: url(../img/bt_fahrer_werden_2020.png);
	position: relative;
	top: 0;
	right: 0;
	margin-bottom: 22px;
}
.btn-white.btn-fb {
    background:  rgb(255,255,255) url(../img/btn_fb.png) no-repeat;
    padding-left: 40px;
    background-position:  8px 14px;
}
.btn-info2.btn-fb2 {
/*    background:  rgb(186,6,24) url(../img/btn_fb2.png) no-repeat;*/
    background:  rgb(186,6,24) url(../img/icoFb.svg) no-repeat;
    background-size: 25px;
    padding-left: 40px;
    background-position:  8px 14px;
}
.btn-info2.btn-inst {
    background:  rgb(186,6,24) url(../img/icoInst.svg) no-repeat;
    background-size: 25px;
    padding-left: 40px;
    background-position:  8px 14px;
}


/*  LICHTERFEST   */

#lightButt {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 1;
}

/*  BANNER   */

.boxWerb {
	cursor: pointer;
}

/*
.bgTours {
	background: url(../img/) ;
	background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom;
}
*/
.bgTours h2 {
    color: #fff;
}
.bgFahr2021.bgTours h2 {
    color: #ba0618;
}
.bgTours ul {
    padding-left: 17px;
}
.toursBtn {
    padding: 70px 60px 0 0 ;
}
.bgFOV {
/*	background: url(../img/logo_FOV2.png) ;*/
/*	background: url(../img/lichterfeste_l.jpg) ;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: right;*/
}
.boxFOL h3 {
	color: #fff;
	margin-bottom: 10px;
}
.boxFOL h2,
.boxTours h2,
.bgFahr2021 h2 {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.boxFOL p,
.boxTours ul,
.boxTours p {
/*	width: 50%;*/
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
}
.boxFOL .btn-white {
    margin-bottom: 5px;
}
.bgFahr2021 {
	background: url(../img/bt_kach_fahrer_hell2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	border: 2px solid #fff;
}


/*   ANIMATION   */
.ml1,
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter,
.ml2 .letter,
.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }

.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}


/*  Animation Werbung Claim   */

.clmMe {
    background-color: #ba0618;
    padding: 15px;
}
.clmMe .ml1,
.clmMe .ml2 {
    font-weight: 900;
    font-size: 2.0em;
    color: #fff;
}
.clmMe h2 {
    margin: 0;
}
.ml12 {
    font-weight: 200;
    font-size: 2.5em;
    text-transform: none;
    letter-spacing: 0;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 15px 0;    
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}


/*  PARTNER   */
.paRow {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dotted #ccc;
}
.paImg img {
	border: 1px solid #ccc;
}
.paTxt {
	padding-top: 30px;
}
.paRow .image-responsive {
    width: 100%;
    height: auto;
	max-width: 200px;
}




/*  SHOWCASES   */

.caseImg {
    margin-top: 30px;
}
.caseImg.vid {
    margin-top: 0;
}
.case h5 {
    margin: 30px 0 10px 0;
}
.flexCont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flxItm {
    flex-basis: 48%;
}
.flxItm img {
    width:100%;
    height: auto;
    margin-top: 30px;
}
.wrapCs {
   border-bottom: 1px solid #999; 
}
.csRub {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px; 
    min-height: 70px;
    display: block;
}
.csGray {
    text-transform: uppercase;
    color: #999;
    display: inline-block;
    width: 80px;
}
.csHead {
	font-size: 21px;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
	color: #ba0618;
}
.csTxt {
    min-height: 100px;
}
.btn.btn-black2 {
	background-color: #fff;
    bottom: 10px;
	display: block;
	width: auto;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 0;
}
.contnt a.btn.btn-black2 {
    color: #ba0618;
    border-color: #000;
}
.btn.btn-black2:hover {
	background-color: #ba0618;
}
.contnt a.btn.btn-black2:hover {
    color: #fff;
    border-color: #ba0618;
}

/*  Slider Cases   */
.sidebar .lnkCap a.lnkRed {
    color: #ba0618;
}
.sidebar .lnkCap a.lnkRed:hover {
    text-decoration: underline;
}
.sliHead {
    font-weight: 600;
    font-size: 21px;
    color: #ba0618;

}
.lnkCap p {
    margin-bottom: 0;
}
.sidebar .lnkCap li {
    padding-bottom: 0;
}


/*  PAGER   */
.pager li > a, 
.pager li > span {
    border-radius: 0;
}
.pager li.active > a {
    background-color: #ba0618;
    color: #fff;
}
.contnt .pager li {
    background:none;
    padding-left: 15px;
}



/*   FORM  */
.wrapAnf {
    border: 1px dotted red;
    padding: 15px;
}



/*   GOOGLE MAPS  */

.map {
    background: url(../img/berlin_karte.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    width: 100%;
    height: 360px;
}
.map a.lnkMap {
    width: 100%;
    height: 360px;
    display: block;
}


/**************************************/
/* SIDEBAR  */

.contnt ul {
	padding: 16px;	
}
.sidebar ul {
	padding: 0;	
/*	padding: 1em;
	list-style-image: url(../img/listDot.png);*/
}
.contnt li,
.sidebar li,
.sidebar ul.subMen li {
	padding-bottom: 1em;
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding-left: 30px;
	background: url(../img/listDot.png) no-repeat;
    background-position: left -2px;
	line-height: 24px;
}
.contnt li {
	background: url(../img/listCnt.png) no-repeat;
    background-position: left -2px;
	padding-left: 30px;
}

.sidebar ul.subMen li {
	background: url(../img/listLnk.png) no-repeat;
}
.contnt ul.slides > li,
.contnt ol.flex-control-nav > li,
li.flex-nav-prev,
li.flex-nav-next,
.sliNoLi ul.slides > li,
.sliNoLi ol.flex-control-nav > li,
.sliNoLi li.flex-nav-prev,
.sliNoLi li.flex-nav-next {
	background: url();
	padding-left: 0;
}
.contnt .slider li {
    padding-bottom: 0;
}
.contnt ul.slides {
    padding: 0;
}
.contnt ul.flex-direction-nav {
    padding: 0;
}


.boxRed,
.boxBlack,
.boxTours,
.boxFOL {
	width: 100%;
	padding: 24px;
	background-color: #ba0618;
	border: 2px solid #fff;
	margin-bottom: 30px;
    position: relative;
}
.boxBlack {
	background-color: #333;
	color: #fff;
}
.boxTours,
.boxWerb {
	background: rgb(186,6,24 ) url(../img/bg_tours_banner.png) ;
	background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom;
	border: 2px solid #fff;
	margin-bottom: 0;
	color: #fff;
}
.boxTours {
    margin-bottom: 0;
}
.boxWerb {
	background: rgb(186,6,24) url(../img/bg_werben_start_1.jpg) ;
}
.cntTours2 {
    margin: 60px 60px 0 60px;
    color: #FFFFFF;
    
    text-shadow: 2px 2px 2px rgba(186, 6, 24, 1);
}
.bgFahr2021 h2,
.bgFahr2021 h3 {
    background: rgba(255,255,255, 0.75);
    padding: 10px;
    
}
.bgFahr2021 {
    text-align: center;
}
.bgFahr2021 h2 {
/*    margin-top: 180px;*/
}
.boxFOL {
	background-image: linear-gradient(to right bottom, #000000, #320f18, #5f0e20, #8d0621, #ba0618);
	border: 2px solid #fff;
	margin-bottom: 30px;
	color: #fff;
	background: url(../img/lichterfeste_l.jpg) no-repeat;
	background-size: cover;
}
.front .boxBlack {
	background: rgba(169,169,169,0.7);
}
.sidebar a {
	color: #fff;
}
.sidebar a:hover,
.sidebar a:focus {
	color: #ba0618;
}
.sidebar .boxRed a:hover,
.sidebar.boxRed a:focus {
	color: #fff;
	text-decoration: underline;
}
.sidebar li.active a {
	color: #ba0618;
}
.sidebar iframe {
	width: 100%;
	height: 250px;
	border: none;
}


/*  SLider Sidebar   */

.sidebar .flex-caption {
    color: #fff;
    padding-top: 15px;
}
.sidebar .flexslider {
    background-color: #333; 
}
.sidebar .flex-control-paging li a:hover {
    background: #000;
    background: rgba(255,255,255,0.8);
}

.sidebar .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(186,6,24,1);
}





/*  NEWSLETTER   */

.cr_site {
    margin: 0;
    padding: 75px 0 0 0;
    text-align: center;
    background-color: #eeeeee;
}
.cr_font {
    font-size: 14px;
    font-family: Arial;
}
.cr_body h2,
.cr_header h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.cr_body h1,
.cr_header h2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
}
.wrapper,
.cr_page {
    margin: 0 auto 10px auto;
    text-align: left;
    border-radius: 4px;
}
.cr_header {
    text-align: center;
    background: transparent !important;
}
.cr_body label {
    float: none;
    clear: both;
    display: block;
    width: auto;
    margin-top: 8px;
    text-align: left;
    font-weight: bold;
    position: relative;
}
.cr_button {
    display: block;
    font-family: inherit;
    width: auto;
    white-space: nowrap;
    height: 32px;
    margin: 5px 5px 0 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    border: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
}
.cr_button {
    background-color: #333;
    color: #ffffff;
}
.cr_button:hover,
.cr_button-small:hover {
/*
    opacity: 0.7;
    filter: alpha(opacity=70);
*/
    color: #ba0618;
}
.powered {
    padding: 20px 0;
    width: 560px;
    margin: 0 auto;
}
.formbox {
/*
    line-height: 150%;
    font-family: Helvetica;
    color: inherit;
    padding: 0;
    background-color: transparent;
    border-radius: 6px 6px 6px 6px;
*/
}
.cr_ipe_item label {
    line-height: 150%;
    font-size: inherit;
}
.cr_ipe_item textarea {
    background: none repeat scroll 0 0 #eeeeee;
    border: none;
    font-family: inherit;
    font-size: inherit;
}
.cr_ipe_item input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    padding: 5px;
    font-family: inherit;
    font-size: inherit;
    color: #333;
    margin-bottom: 15px;
}
.cr_ipe_item select {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #aaa;
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
}
.cr_ipe_item input.cr_ipe_radio,
input.cr_ipe_checkbox {
    -moz-binding: none;
    -moz-box-sizing: border-box;
    background-color: -moz-field !important;
    border: 2px inset threedface !important;
    color: -moz-fieldtext !important;
    cursor: default;
    height: 13px;
    padding: 0 !important;
    width: 13px;
}
.cr_ipe_item input.cr_ipe_radio {
    -moz-appearance: radio;
    border-radius: 100% 100% 100% 100% !important;
    margin: 3px 3px 0 5px;
}
.submit_container {
    text-align: center;
}
.cr_ipe_item {
    padding: 0;
    margin: 0;
}
.cr_ipe_item.inactive {
    display: none;
}
.imprint {
    font-size: 0.8em;
}
.cr_captcha {
    padding-left: 130px;
}
.cr_error {
    font-size: 1.1em;
    padding: 10px;
}
.clever_form_error {
    background-color: #f99;
    color: #000;
    border: 1px solid #333 !important;
}
.clever_form_note {
    margin: 26px 0 0 3px;
    position: absolute;
    display: inline;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #f2ecb5;
    color: #000;
    font-size: 12px !important;
}
.cr_site {
    background-color: #eee;
}
.cr_header {
    color: #000000;
}
.cr_body {
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
}
.cr_hr {
    background-color: #ccc;
}
.cr_site a {
    color: #0084ff;
}
.imprint {
    color: #000;
}






.cr_site {
    background-color:#423e42;
}
.cr_header {
    background-color:#424242;
    color:#ffffff;
}
.cr_body {
    background-color: transparent;
    font-size:inherit;
    color:#FFFFFF;
}
.cr_page {
    border-width:0px;
    border-style:none;
    border-color:#000000;
    width:100%;
}
.cr_site a {
    color:#0084ff;
}
.cr_hr {
    background-color:#000;
}
.imprint {
    color:#fffcff;
}


label {
    font-weight: normal;
}
.sidebar .stoer {
    width: 142px;
    height: 125px;
    background: url(../img/bt_stoerer_nl.png);
    position: absolute;
    top: -41px;
    right: -15px;
}




/*  ACCORDION   */

.accord input {
	 position: absolute;
	 opacity: 0;
	 z-index: -1;
}
.accord  .row {
	 display: flex;
}
.accord  .row .col {
	 flex: 1;
}
.accord  .row .col:last-child {
	 margin-left: 1em;
}
/* Accordion styles */
.accord .tabs {
	 border-radius: 0;
	 overflow: hidden;
/*	 box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}
.accord .tab {
	 width: 100%;
	 color: #ba0618;
	 overflow: hidden;
}
/*
.accord .tab:hover {
	 color: #fff;
}
*/
.accord .tab-label {
	 display: flex;
	 justify-content: space-between;
	 padding: 1em;
	 background: #fff;
	 font-weight: bold;
	 cursor: pointer;
    border: 1px solid #333;
	/* Icon */
}
.accord .tab-label:hover {
	 background: #333;
}
.accord .tab-label::after {
	 content: "\276F";
	 width: 1em;
	 height: 1em;
	 text-align: center;
	 transition: all 0.35s;
}
.accord .tab-content {
	 max-height: 0;
	 padding: 0 1em;
	 color: #000;
	 background: white;
	 transition: all 0.35s;
}
.accord .tab-close {
	 display: flex;
	 justify-content: flex-end;
	 padding: 1em;
	 font-size: 0.75em;
	 background: #333;
	 cursor: pointer;
}
.accord .tab-close:hover {
	 background: #333;
    color: #fff;
}
.accord input:checked + .tab-label {
	 background: #fff;
}
.accord input:checked + .tab-label::after {
	 transform: rotate(90deg);
}
.accord input:checked ~ .tab-content {
	 max-height: 100vh;
	 padding: 1em;
}
.boxRed.maps p {
    margin-bottom: 0;
}




/*  CORONA & UEFA START   */

.boxUefa {
    background: url(../img/UEFA_2024.jpg);
	border: 2px solid #fff;
    margin-bottom: 30px;
    padding: 30px 30px 0 30px;
	cursor: pointer;
}
.boxUefa p {
	background: rgba(255,255,255,0.5);
	padding: 10px;
}
.boxUefa h3 {
	color: #fff;
}



.boxCoro {
    border: 2px solid #fff;
    margin-bottom: 30px;
    background-color: #ba0618;
    padding: 30px 30px 0 30px;
}
.boxCoro .cntTours {
    color: #fff;
    background: url(../img/icoMedCross.svg) no-repeat;
    background-size: 150px 150px;
    background-position: middle 30px;
    padding: 0 220px;
    text-align: center;
}
.bgCoro {
    background: url(../img/icoCovid.svg) no-repeat;
    background-size: 150px 150px;
    background-position: right top;
}
.boxCoro h3 {
    font-size: 45px;
}
.boxCoro .btn-black {
    display: inline-block;
}





/**************************************/
/* FOOTER  */

.foot {
	background: url(../img/gb_footer.gif);
	border-top: 4px solid #333;
	object-fit: none; 
  	object-position: center;	
	color: #fff;
	padding-bottom: 60px;
}
.foot ul {
	padding: 0;
}
.foot li {
	list-style-type: none;
	padding-bottom: 12px;
	font-family: 'Roboto', sans-serif;
}
.foot a {
	color: #fff;
}
.foot a:hover,
.foot a.acti,
.foot li.active > a {
	color: #000;
}
.fooEnd {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 60px 0;
}
.fooLogo {
	width: 360px;
	margin: 0 auto;
}
.logFoo {
    margin: 15px 0 0 15px;
}
.imgPrtnr {
    margin-top: 15px;
}
.icoFb,
.icoInst {
	background: url("../img/icoFb.svg") no-repeat;
	background-size: 75px;
	line-height: 75px;
	font-size: 75px;
	width: 75px;
	display: inline-block;
	margin: 0 15px 15px 0;
}
.icoInst {
	background: url("../img/icoInst.svg") no-repeat;
}
/**************************************/
/* RESPONSIVE  */


@media screen and (min-width:1921px) {
	
	body {
	background-size: cover;	
	}
	
	
}
/*  1921   */





@media screen and (max-width:1680px) {
	
	.menu li a {
    font-size: 22px;    
	}
	.dropdown-menu li a {
    font-size: 18px;
	}
	.bxSta {
    height: 420px;
	}
	p.button {
    width: 70%;
	}
	
	
	
	
	
}
/*  1680  */


@media screen and (max-width:1400px) {
	
	.logoMin {
    padding-top: 24px;
	}
	.menu li a {
    font-size: 18px;    
	}
	.dropdown-menu li a {
	font-size: 16px;
	}
	.bxSta {
    height: 450px;
	}
	
}
/*  1400  */


@media screen and (max-width:1200px) {
	
	.wFull { 
	width: 100%;
	}
	.menu li {
    margin-right: 17px;
	}
	body {
	font-size: 16px;
	line-height: 24px;
	}
	h1 {
	font-size: 24px;
}
	h2,
	h3 {
		font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	.sidebar h2 {
		font-size: 24px;
		line-height: 1.3em;
		margin-bottom: 20px;
	}
	.foot h2 {
		font-size: 24px;
		padding-bottom: 12px;
		padding-top: 40px;
	}
	h3 {
		font-size: 24px;
		line-height: 1.2em;
		margin: 40px 0 10px 0;
	}
	.mainLogo a {    
    font-size: 21px;
    line-height: 36px;
	}
	
	.ml12 {
        letter-spacing: 0.25em;
  
    }
	
	.foot li {
    padding-bottom: 25px;
	}
    
    .stoer {
        right: 15px;
    }
}
/*  1200  */




@media screen and (max-width:1024px) {
	
	.logoMin {
    padding-top: 11px;
	}
	.nav > li > a {
    line-height: 50px;
	}
	.menu li a {
    font-size: 16px;    
	}
	.dropdown-menu li a {
	font-size: 16px;
	}
    
    .toursBtn.floatRi,
    .cntTours.floatLe {
        float: none;
    }
    .toursBtn {
        padding: 10px 0 0 0;
    }
    
    
	
}
/*  1024  */



@media screen and (max-width:992px) {
	
	.bxSta {
		height: 350px;
	}
		.staBx { 
	background: rgb(255,255,255) url();
	}
	.hlfWdt {
    width: 100%;
	}
	.staHght {
    min-height: auto;
	height: auto;
	}
    
    .flexCont {
        display: block;
    }

    .csTxt {
        min-height: auto;
    }
    .menu li a {
        font-size: 14px;    
	}
    .boxTours {
        margin-bottom: 30px;
    }
    
}
/*  992  */




@media screen and (max-width:860px) {
	
	.logoMin {
    padding-top: 15px;
	}
	.menu li a {
/*    font-size: 15px;    */
	}
	.dropdown-menu li a {
	font-size: 16px;
	}
	
}
/*  860  */



@media screen and (max-width:798px) {
	
/*	.menu li a {
    font-size: 16px;    
	}
	.bxImg1 {
		background: url();
	}
	.bxImg2 {
		background: url();
	}
	.bxImg3 {
		background: url();
	}
	.bxImg4 {
		background: url();
	}*/
/*
	.bgVK {
	background: url();
    }
*/
	
}
/*  798  */




@media (max-width: 767px) {
	
	
	body {
	background: url(../00_myOne/img/bg_site_all.jpg) repeat center top  ;
/*	background-size: cover;
	background-attachment:scroll;*/
	}
	.navbar-header {
	  float: none;		
	}
	.navbar-left,.navbar-right {
	  float: none !important;
	}
	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	  top: 0;
	  border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	}
	.navbar-nav {
	  float: none!important;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-nav>li>a {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	.collapse.in{
	  display:block !important;
	}
	.navbar-nav {
    margin: 15px 30px;
	}	
	.menu li {
    display: block;
    margin-right: 0;
    padding: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	}
	.nav > li > a {
    line-height: 35px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
    line-height: 35px;
	}
	.navbar-default .navbar-toggle, 
	.navbar-default .navbar-toggle {
    background-color: #333;
	border: none;
	}
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
    background-color: #ba0618;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #333;
    background-color: #ba0618;
	}
	.navbar-default .navbar-nav > li > a, 
	.navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: transparent;
		letter-spacing: 3px;
		/*text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);*/
	}
	
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
		/*text-shadow: 1px 1px 0px rgba(155, 155, 155, 1);*/
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
	letter-spacing: 3px;
		/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);*/
	}
	.wrapImg .img-responsive  {
		margin:0 auto;
	}
	.mainLogo {
    height: auto;
	}
	.wrapImg {
	background-color: #fff;
	height: auto;
	padding: 15px;
	}
	.lgmn {
		width: 200px;
		height: auto;
	}
	.boxRed {
		margin-top: 30px;
	}
	.boxBlack {
		margin-bottom: 0;
	}
	.mrg20Ri {
	margin-right:0;
	}
	.double {
		width: 100%;	
	}
	.floatLeft {
		float:none;
	}
	p.button {
    width: auto;
	position: relative;
	bottom: 0;
	margin-bottom: 0;
	}
	
	
	
	.bxSta {
    height: auto;
	}
	.rwKach {
		/*display: none;*/
	}
	.marAut {
		margin-bottom: 30px;
	}
	.stoer {
	top: -41px;
	right: 27px;
	}
	.hlfVidLe,
	.hlfVidRi {
		float: none;
		width: 100%;
		margin: 0 ;
	}
    .btn-white.btn-fb,
    .btn-info2.btn-fb2 {
        background-position:  8px 12px;
    }
/*  LICHTERFEST   */

    #lightButt {
        position: absolute;
        top: 950px;
        right: 40px;
        z-index: 1;
    }    
	.firstRow {
		margin-bottom: 40px;
	}        
    
    .boxCoro h3 {
        font-size: 26px;
    }

	
}
/*  768   */



@media screen and (max-width:680px) {

	/*  BANNER   */

	.bgFOV {
		background: url() ;
	}
	.boxFOL p {
		width: 100%;
	}
	.ml1 {
	  font-size: 2.5em;
	}
    .ml2 {
	  font-size: 1.8em;
	}
    .ml12 {
	  font-size: 1.8em;
	}
    
    
    
    
    /*  CORONA START   */

    .boxCoro .cntTours {
        color: #fff;
        background: url(../img/icoMedCross.svg) no-repeat;
        background-size: 150px 150px;
        background-position: top center;
        padding: 180px 0 0 0;
        text-align: center;
    }
    .bgCoro {
        background: url() no-repeat;
        background-size: 150px 150px;
        background-position: right top;
    }
    
    
    
}
/*  680   */




@media screen and (max-width:600px) {
	
	.menu li {
    margin-right: 0;
	}
	body {
	font-size: 15px;
	line-height: 21px;
	}
	h1 {
	font-size: 19px;
}
	h2,
	h3 {
		font-size: 19px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	.sidebar h2 {
		font-size: 19px;
		line-height: 1em;
		margin-bottom: 20px;
	}
	.foot h2 {
		font-size: 19px;
		padding-bottom: 12px;
		padding-top: 40px;
	}
	h3 {
		font-size: 19px;
		line-height: 1.2em;
		margin: 40px 0 10px 0;
	}
	.mainLogo a {    
    font-size: 18px;
    line-height: 36px;
	}
	.contnt ul {
	padding: 0;	
	}
	.boxFOL p,
	.bxSta p {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
	}
	.fooLogo {
		width: 242px;
	}

}
/*  600  */


@media screen and (max-width:400px) {
	.ml1 {
	  font-size: 1.8em;
	}

	
}/*  400  */

@media screen and (max-width:360px) {
	.fooLogo {
		width: 80%;
		margin: 0 auto;
	}
	.ml1 {
		  font-size: 1.5em;
		}
	
}/*  360  */
