html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, a, seidltable, td, form, img, li { 
	margin: 0; 
	padding: 0;
    font-weight:inherit;
}

html, body { 
	font-size: 15px;
    font-family:'Conv_Raleway-Bold',Sans-Serif;
    letter-spacing:0.03em;
    background:#222222;    
}

body { 
  margin:0;
  padding:0;
	width:100%;
    height:100%;
	overflow-x: hidden;
    overflow-y: hidden;
}

/* INDIVIDUAL DESIGN -------------------------------- */

/*
position:absolute;
top:0px; left:0px; bottom:0px; right:0px;
z-index:1
*/


.page-wrapper {
	max-width:1920px !important;
	margin: auto;
}
.abslink {
    position:absolute;
    top:0px; left:0px; bottom:0px; right:0px;
    z-index:1    
}

/**/


/* TV Formatierung */
.linkespalte {
    width:920px;
    float:left;
    overflow:hidden;
}
.rechtespalte {
    width:1000px;
    float:left;
    overflow:hidden;    
}
.tv-logo {
    width:30%;
    margin:auto;
    padding:0px;
}
.tv-alarmzeit, .tv-fahrzeuge {
    font-size:3em;
}
.tv-ziel, .tv-schlagwort {
    font-size:4em;
}
.tv-grund {
    font-size:1.7em;
}
.tv-copyright {
    position:absolute;
    bottom:0px; right:0px;
    z-index:1000;
    text-shadow: 0px 0px 10px #000000;
    font-size:0.75em;
    background:#222222;
    padding:3px;
}
/* TV Formatierung ENDE */

/* Tablet Formatierung */
.tab-details {
    max-width:85%;
    margin:auto;
}
.tab-alarmzeit, .tab-schlagwort {
    font-size:2em;
}
.tab-ziel, .tab-fahrzeuge {
    font-size:3em;
}
.tab-grund {
    font-size:1.7em;
}
.tab-link {
  line-height: 3em;
  white-space: nowrap !important;  
} 
.tab-copyright {
    position:fixed;
    bottom:2px; right:0px;
    z-index:1000;
    text-shadow: 0px 0px 10px #000000;
    font-size:0.75em;
    background:#222222;
    padding:3px;
}


/* Tablet Formatierung ENDE*/

.iframe {
  width: 100%;
  height: 1080px;
  border: 0;
}
.kartenhuelle {
    position:relative;
    height:1080px;
    overflow-y: hidden;
}
#fade1 {
    display:block;
    width:1000px; height:1080px; 
    background:#222222;
}
.fadeeins{
    display:none;
}
#fade2 {
    display:none;
    width:1000px; height:1080px;  
    background:#222222;
}
.fadezwei{
    display:block;
}





.randausgleichrechts {
    margin-left:0px;
    margin-right:-15px !important;
}
.randausgleichlinks {
    margin-left:-15px !important;
    margin-right:0px;
}


/* INHALT STYLING*/
.inhalt h2 {
	font-size:3em;
	color:#8a8a8a;
	}
.inhalt h3 {
	margin:20px 0px 10px 0px;
}
.inhalt h5 {
	font-size:1em;
}

/* INHALT STYLING ENDE */




/* GLOBAL DESIGNS */
.vertical-align {
    display: flex;
    align-items: center;
}
.vertical-align-bleibt {
    display: flex;
    align-items: center;
}

.clear {
	clear:both;
}
.minheight {
	min-height: 420px !important;
	}


/*OWL*/
/*! Flickity v2.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.outer-teaser {
	width:100% !important;
}
.teaser .carousel-cell {
  width: 100%; /* full width */
}
.teaser .flickity-slider {
	width:100% !important;

}
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow:hidden;
  position: relative;
  height: 100%;
}



/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 74px;
  height: 74px;
  border: none;
  border-radius: 0%;
  background: #be0011 !important;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover {  }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 1.0;
}

.flickity-prev-next-button.previous { left: 0px; display:none !important }
.flickity-prev-next-button.next { right: 0px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 1.0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #be0011;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*OWL*/	


.sonderbutton {
	color:#ffffff !important;
	text-decoration:none;
	background: #323232 !important;
	border-radius:0px;
	padding:5px 10px 5px 10px !important;
	margin-top:-15px !important;
	}
.sonderbutton:hover {
	color:#ffffff !important;
	text-decoration:none;
	background: #8a8a8a !important;
	border-radius:0px;
	padding:5px 10px 5px 10px !important;
	margin-top:-15px !important;
	}

.ulnormal ul {
	padding-left:15px;
	list-style:circle;
	}
.ulkeinedots ul {
	padding-left:20px;
	list-style:none !important;
	}
.ulhorizontal ul {
	padding-left:0px;
	list-style:none;
	}
.ulhorizontal li {
	padding-left:15px;
	list-style:none;
	display:inline-block;
	}
.ulhorizontal li:first-child {
	padding-left:0px;
	list-style:none;
	display:inline-block;
	}
.ulhorizontal li:last-child {
	padding-right:0px;
	list-style:none;
	display:inline-block;
	}
.ularrow ul {
	padding-left:15px;
	list-style-image: url(images/gestaltung/icon-pfeil-aufzaehlung.png);
	}
.ularrow li {
	padding-left:0px;
	list-style-image: url(images/gestaltung/icon-pfeil-aufzaehlung.png);
	}

.ulmenuehorizontal li {
    list-style:none;
    display:inline-block;
    padding:3px 25px 3px 0px;
}
.ulmenuehorizontal li a {
    text-decoration:none;
    color:#be0011
}
.ulmenuehorizontal li a:hover {
    text-decoration:none;
    color:#a4011b
}
.ulmenuevertical li {
    list-style:none;
    display:block;
    padding:7px 0px 7px 0px;
    border-bottom:1px dotted #be0011;
}
.ulmenuevertical li:last-child {
    border-bottom:0px;
}
.ulmenuevertical li a {
    text-decoration:none;
    color:#be0011
}
.ulmenuevertical li a:hover {
    text-decoration:none;
    color:#a4011b
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.link-rothell-normal a {
	color:#be0011;
	text-decoration: none;
	}	
.link-rothell-normal a:hover {
	color:#a4011b;
	text-decoration: none;
	}	
.link-rotmittel-normal a {
	color:#a4011b;
	text-decoration: none;
	}	
.link-rotmittel-normal a:hover {
	color:#6f0618;
	text-decoration: none;
	}	
.link-rotdunkel-normal a {
	color:#6f0618;
	text-decoration: none;
	}	
.link-rotdunkel-normal a:hover {
	color:#a4011b;
	text-decoration: none;
	}
.link-graulight-normal a {
	color:#eaeaea;
	text-decoration: none;
	}	
.link-graulight-normal a:hover {
	color:#8a8a8a;
	text-decoration: none;
	}
.link-grauhell-normal a {
	color:#dcdcdc;
	text-decoration: none;
	}	
.link-grauhell-normal a:hover {
	color:#8a8a8a;
	text-decoration: none;
	}
.link-graumittel-normal a {
	color:#8a8a8a;
	text-decoration: none;
	}	
.link-graumittel-normal a:hover {
	color:#323232;
	text-decoration: none;
	}
.link-graudunkel-normal a {
	color:#323232;
	text-decoration: none;
	}	
.link-graudunkel-normal a:hover {
	color:#000000;
	text-decoration: none;
	}
.link-schwarz-normal a {
	color:#000000;
	text-decoration: none;
	}
.link-schwarz-normal a:hover {
	color:#595854;
	text-decoration: none;
	}
.link-weiss-normal a {
	color:#ffffff;
	text-decoration: none;
	}
.link-weiss-normal a:hover {
	color:#cccccc;
	text-decoration: none;
	}

		
.link-weiss-frame a {
	color:#ffffff;
	text-decoration:none;
	border:2px solid #ffffff;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	text-transform:uppercase;
	}
.link-weiss-frame a:hover {
	color:#cccccc;
	text-decoration:none;
	border:2px solid #cccccc;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
	}		
.link-schwarz-frame a {
	color:#000000;
	text-decoration:none;
	border:2px solid #000000;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
	}
.link-schwarz-frame a:hover {
	color:#323232;
	text-decoration:none;
	border:2px solid #323232;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
	}


.link-schwarz-button a {
	color:#ffffff !important;
	text-decoration:none;
	background: -webkit-linear-gradient(170deg, #000000, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(170deg, #000000, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(170deg, #000000, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(170deg, #000000, #000000); /* Standard syntax */   
	border-radius:0px;
	padding:12px 37px 12px 37px;
	line-height:4.2em;
	text-transform:uppercase;
	border:2px solid #000000;
	font-size:1.2em;
	}
.link-schwarz-button a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background: -webkit-linear-gradient(170deg, #323232, #323232); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(170deg, #323232, #323232); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(170deg, #323232, #323232); /* For Firefox 3.6 to 15 */
	background: linear-gradient(170deg, #323232, #323232); /* Standard syntax */   
	border-radius:0px;
	padding:12px 37px 12px 37px;
	line-height:4.2em;
	text-transform:uppercase;
	border:2px solid #323232;
	font-size:1.2em;
	}					


.rothell {
	color:#be0011;
	}
.rotmittel {
	color:#a4011b;
	}
.rotdunkel {
	color:#6f0618;
	}
.graulight {
	color:#eaeaea;
	}	
.grauhell {
	color:#dcdcdc;
	}
.graumittel {
	color:#8a8a8a;
	}
.graudunkel {
	color:#323232;
	}
.schwarz {
	color:#000000;
	}
.weiss {
	color:#ffffff;
	}


.bg-rothell {
	background:#be0011;
	}
.bg-rotmittel {
	background:#a4011b;
	}
.bg-rotdunkel {
	background:#6f0618;
	}
.bg-graulight {
	background:#eaeaea;
	}	
.bg-grauhell {
	background:#dcdcdc;
	}
.bg-graumittel {
	background:#8a8a8a;
	}
.bg-graudunkel {
	background:#323232;
	}
.bg-graudunkelst {
	background:#444444;
	}
.bg-schwarz {
	background:#000000;
	}
.bg-weiss {
	background:#ffffff;
	}
	
		
.bg-verlauf {
	background: -webkit-linear-gradient(0deg, #323232, #323232); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg, #323232, #323232); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, #323232, #323232); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #323232, #323232); /* Standard syntax */  
	}
.bg-trans-weiss {
	background:url(images/gestaltung/bg-trans-weiss.png);
	}	
.bg-trans-schwarz {
	background:url(images/gestaltung/bg-trans-schwarz.png);
	}
.bg-trans-rot {
	background:url(images/gestaltung/bg-trans-rot.png);
	}
.bg-boxshadow {
	-webkit-box-shadow: inset 1px 4px 9px -6px #000000;
	-moz-box-shadow: inset 1px 4px 9px -6px #000000;
	box-shadow: inset 1px 4px 9px -6px #000000;
}
.bg-toppics {
	background:url(images/gestaltung/bg-toppics.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	}


.center {
	text-align:center;
	}
.textrechts {
	text-align:right;
	}
.klein {
	font-size:0.75em;
	}
.gross {
	font-size:1.55em;
	}
.bildrund img {
	border-radius:50%;
	border:7px solid #ffffff;
	-ms-transform: rotate(-0deg); /* IE 9 */
    -webkit-transform: rotate(-0deg); /* Chrome, Safari, Opera */
    transform: rotate(-0deg);
	-o-transition:1.0s;
	-ms-transition:1.0s;
	-moz-transition:1.0s;
	-webkit-transition:1.0s;
	}
.bildrund img:hover {
	border-radius:50%;
	border:7px solid #ffffff;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	-o-transition:1.0s;
	-ms-transition:1.0s;
	-moz-transition:1.0s;
	-webkit-transition:1.0s;
	}		


.margintb {
	margin-top:30px;
	margin-bottom:30px;
	}
.margint {
	margin-top:30px;
	margin-bottom:0px;
	}
.marginb {
	margin-top:0px;
	margin-bottom:30px;
	}		
.paddingtb {
	padding-top:15px;
	padding-bottom:15px;
	}
.paddingt {
	padding-top:15px;
	padding-bottom:0px;
	}	
.paddingb {
	padding-top:0px;
	padding-bottom:15px;
	}	
.paddingrl {
	padding-right:15px;
	padding-left:15px;
	}	
.paddingr {
	padding-right:15px;
	padding-left:0px;
	}
.paddingl {
	padding-right:0px !important;
	padding-left:15px;
	}
.paddingrlno {
	padding-right:0px;
	padding-left:0px;
	}
.paddingtbno {
	padding-top:0px;
	padding-bottom:0px;
	}						
.bildresponsive img {
	max-width:100% !important;
	height:auto !important;
	}
.nodisplay {
	display:none !important;
	}
.nodisplay-sm {
	display:block !important;
	}
.nodisplay-xs {
	}
.nodisplay-md {
	}
.display-md {
        display:none !important;
	    }
.display-xs {
	display:none !important;
	}		
@media screen and (max-width: 1919px) {		
    .nodisplay-md {
        display:none !important;
	    }   
    .display-md {
	    display:block !important;
	    }    
}

@media screen and (max-width: 1024px) {

    .nodisplay-sm {
        display:none !important;
        }
.sechzehnneun {
    padding-top:75%;
    position:relative;
    background:#222222;
    border-bottom:1px dotted #ffffff;
    overflow:hidden;
}    
}

@media screen and (max-width: 767px) {
 
.vertical-align {
    display: inherit;
    align-items: inherit;
}
.textrechts {
	text-align:center;
	}
.nodisplay-xs {
	display:none !important;
	}
.display-xs {
	display:block !important;
	}	
.row-eq-height {
  display: inherit;
    }
.tab-link {
  white-space: inherit !important; 
    font-size:0.5em !important;
}      
}
@media screen and (max-width: 480px) {
.sechzehnneun {
    padding-top:170%;
    position:relative;
    background:#222222;
}  
    .copyright {
        display:none;
    }   
}
/* ALLGEMEIN ---------------------------------------- */
hr { overflow: visible; /* For IE */ padding: 0; border: none; border-top: 1px dotted #ffffff; color: #ffffff; text-align: center; margin-top:30px; margin-bottom:30px; 
} 

a:link { 
} 

a:visited { 
}

a:hover { 
} 

a:active { 
}

strong { 
}
