@font-face {
  font-family: 'Damion';
  font-style: normal;
  font-weight: 400;
  src: local('Damion'), url(../fonts/Damion/Damion-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli-Light'), url(../fonts/Muli/Muli-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(../fonts/Muli/Muli-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald-Light'), url(../fonts/Oswald/Oswald-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald-Regular'), url(../fonts/Oswald/Oswald-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald-Bold'), url(../fonts/Oswald/Oswald-Bold.ttf) format('truetype');
}

section_titel_a {
	margin: 5px;
	margin-top: 15px;
	font-size: 3.8em;
	font-family: 'Oswald', sans-serif;
	font-weight: bolder;
	color: #002e5b;
	text-rendering: optimizelegibility;
	background-color: green;
	padding-top:5px;
	padding-bottom:10px;
}

.dk_metro_section_titel_a {
	/*margin: 5px;
	margin-top: 15px;
	font-size: 3.8em;
	font-family: 'Oswald', sans-serif;
	font-weight: bolder;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
	color: #002e5b;
	text-rendering: optimizelegibility;
	background-color: green;
	padding-top:5px;
	padding-bottom:10px;*/
}

.dk_metro_150_150 {
	background-clip: padding-box;
    background-color: #00394D;
    
    color: #fff;
    cursor: pointer;
    /*display: block;*/
    margin: 6px;
    min-height: 150px;
    min-width: 150px;
    max-width: 150px;
    max-height: 310px;
    
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    padding:10px;
    border: 1px solid rgba(255, 255, 255, 1);
    border:5px dotted #000000;
    border:5px dotted #ff8755;
    border:5px dotted red;
    float: left;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 3px 8px rgba(0, 0, 0, 0.9);*/
    white-space: normal;
}
.dk_metro_310_150 {
	background-clip: padding-box;
	background-color: #2c83ef;
	background-color: #507E99;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    cursor: pointer;
    display: block;
    width: 310px;
    height: 150px;
    min-width: 310px;
    min-height: 150px;
    
    margin: 6px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-align: left;
    padding:10px;
    float: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 3px 8px rgba(0, 0, 0, 0.9);
}
.bg_metro_element_a {
	/*background: url(../img/bg_elemente/bg_320_160_bluete.jpg) no-repeat fixed 0 0;*/
	background: url(../img/bg_elemente/bg_320_160_bluete.jpg) no-repeat;
}
.dk_metro_470_310 {
	background-clip: padding-box;
	background-color: #2c83ef;
	background-color: rgba(200,0,123,1);
	
	background-image: url(../img/vorderrad_4.png);
    background-repeat: no-repeat;
    background-position: left top;
	
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    cursor: pointer;
    display: block;
    width: 470px;
    height: 310px;
    min-width: 470px;
    min-height: 310px;
    
    margin: 6px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-align: left;
    padding:10px;
    float: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 3px 8px rgba(0, 0, 0, 0.9);
}

/*
.dk_metro_auto {
	background-clip: padding-box;
	background-color: #2c83ef;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-align: left;
    padding:10px;
    float: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 3px 8px rgba(0, 0, 0, 0.9);
}
.dk_metro_img {
	margin: 0;
	width: 300px;
    height: auto;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
*/

.center_vertical {
	-webkit-flex-direction: row;
	flex-direction: row;
}
/*
.center_vertical > [class^="col-"],
.center_vertical > [class*=" col-"] {
*/

.center_vertical_col {
	-webkit-align-items: center;
	align-items: center;     /* Align the flex-items vertically */
	-webkit-justify-content: inherit;
	justify-content: inherit; /*center;  Optional, to align inner flex-items horizontally within the column  */
}

.blubb_01 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 100%;
	height: 100%;
	min-width: 300px;
	min-height: 300px;*/
	background-color:blue;
	/*margin:5px;*/
}

.stretchedToMargin {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:80px;
    margin-left:80px;
    background-color: green;
}


.container {
	/*border-right: 1px solid #f00;
	border-left: 1px solid #f00;*/
}



.ptest {
  width: 200px;
  position: relative;
}
.ptest-wrap {
    padding-top: 50%;
}
.ptest-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
}







.dk_metro_2_2 {
	/*min-width: 310px;
	min-height: 310px;*/
	
	/*margin: 5px !important;*/
	
	/*width: 90%;
  	width: calc(100% - 10px);*/
	
	
	/*width: 100%;*/
}
.proportion-drei_zu_zwei {
	padding-bottom: 66.666%;
	float: left;
}
.proportion-vier_zu_drei {
	padding-bottom: 75%;
	float: left;
}
.proportion-sechs_zu_neun {
	padding-bottom: 56.25%;
	float: left;
}
.proportion-eins_zu_eins {
	padding-bottom: 100%;
	float: left;
	
	/*position: relative;
	float: left;
	width: 100%;*/
	
	
	/*display:inline-block; vertical-align:middle*/
	
}
.proportion-zwei_zu_eins {
	padding-bottom: 50%;
	float: left;
}
.proportion_content {
  	/*margin: 10px;
  	margin: 5px !important;*/
  	
  	padding: 10px;
	/*
	width: 100%;
  	height: 100%;*/
	
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    
    
    text-decoration: none;
    text-align: left;
    background-clip: padding-box;
    /*overflow: hidden;*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 3px 8px rgba(0, 0, 0, 0.9);
    
    /*vertical-align: middle;*/
}
.proportion_style_a {
	background-color: rgba(0,198,84,0.8);
    border: 1px solid #a7f0ff;
    color: #fff;
    cursor: pointer;
    
    
}


.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.test_001 {
	padding: 10px;
	margin: 5px;
	/*width: 100%;
	height: 100%;*/
	background-color: rgba(0,198,84,0.8);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 3px 8px rgba(0, 0, 0, 0.9);
	background-clip: padding-box;
	border: 1px solid #a7f0ff;
    color: #fff;
    text-align: left;
    float: left;
	/*display: table;
  	table-layout: fixed;*/
  	/*float: none !important;*/
  	
}
.col-xs-height {
  /*display: table-cell;
  float: none !important;*/
}
.row-same-height {
	/*display: table;
	width: 100%;
	table-layout: fixed;*/
	
}
.row-full-height {
	/*height: 100%;*/
	
}
.col-full-height {
  /*height: 100% !important;
  vertical-align: middle;*/
}


/*
.dk_metro_2_2 {
	background-clip: padding-box;
    background-color: rgba(0,198,84,0.8);
    border: 1px solid #a7f0ff;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    min-height: 310px;
    height: 310px;
    height: 100%;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    min-width: 310px;
    text-align: left;
    padding:10px;
}
*/

h1, h2, h3, h4, h5, h6 {
	/*word-wrap: break-word;
	text-rendering: optimizeLegibility;*/
}

/*
@font-face {
  font-family: 'Meddon';
  font-style: normal;
  font-weight: 400;
  src: local('Meddon'), url(../fonts/Meddon/Meddon.ttf);
}

*/
/*background-color: #0089d3;*/

/*Bilder Karusell---------*/
/*
.active.left, .active.right,
.carousel-control.right, .carousel-control.left, .carousel-control.right:hover, .carousel-control.left:hover {
	background-image: none;
}
.carousel_content {
	cursor: pointer;
}
.carousel .carousel-caption p {
	padding-top: 5px;
	overflow: hidden;
}
.carousel .carousel-caption {
	padding-top: 5px;
	overflow: hidden;
}
.carousel .item {
	text-align: center;
	height: 600px !important;
	width: 100%;
}
.carousel .item img {
}
.carousel .carousel-caption {
    bottom: none;
    top: 0;
}
.carousel h3 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "trebuchet ms", sans-serif;    
}
.carousel-img-overlay {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    text-align: center;
    font-size: 102px;
    font-weight: bold;
    color: rgba(174,175,175,0.8);
    display: none;
    z-index: 1000;
    cursor: pointer;
}
*/

.main-teaser {
    display: none;
}

.hp_a {
	font-weight: bold;
}
.first_char_bold::first-letter {
    font-weight: bold;
}

/*Parallax-------------------------------*/
.bg_screen_abstand_oben {
}
.bg_screen_abstand_oben_unten {
	padding-top:50px;
	padding-bottom:50px;
	/*margin-top:50px;
	margin-bottom:50px;*/
}
.home_bg {
	
	/*height: 300px;
	display: table;
	position: relative;
	width: 100%;*/
}
.trenner {
	border-top: 2px groove #A5CBE1;
	border-bottom: 2px ridge #A5CBE1;
	background: url(../img/border_04.png) repeat-x 0 center;
	
	width: 100%;
	height: 50px;
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	display: table;
	position: relative;
}
#motorradsaison {
	background: url(../img/bg_elemente/bg_320_160_bluete.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	position: relative;
	width: 100%;
}
#datenschutz,
#impressum {
	background: #b2daf2; /* ganz alte browser */
	background: -moz-linear-gradient(top, #b2daf2 0%, #284354 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2daf2), color-stop(100%,#284354)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2daf2 0%,#284354 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2daf2 0%,#284354 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2daf2 0%,#284354 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b2daf2 0%,#284354 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2daf2', endColorstr='#284354',GradientType=0 ); /* IE6-9 */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	height: 100%;
	/*height: auto;*/
	position: relative;
	width: 100%;
	color: black;
	background-color: #004794;
}
.impressum {
	margin-top: 60px;
	padding-bottom: 10px;
	text-align: left;
	color: #000;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}
.impressum p {
	margin-left: 15px;
	margin-right: 15px;
}
.imp_einzug_a {
	padding-left: 15px;
}
#home {
	background: #b2daf2; /* ganz alte browser */
	background: -moz-linear-gradient(top, #b2daf2 0%, #284354 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2daf2), color-stop(100%,#284354)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2daf2 0%,#284354 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2daf2 0%,#284354 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2daf2 0%,#284354 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b2daf2 0%,#284354 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2daf2', endColorstr='#284354',GradientType=0 ); /* IE6-9 */
	
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	display: table;
	/*height: 100%;*/
	
	
	position: relative;
	width: 100%;
	
	color: black;
	background-color: #004794;
}
#preise {
	background: url(../img/bg_motor_3.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	/*height: 100%;*/
	height: auto;
	position: relative;
	width: 100%;
	color: black;
	background-color: #b90084;
	/*margin-top:50px;
	margin-bottom:50px;*/
}
.main_dimm {
	background-color: rgba(254,255,254,0.5);
}

#standort {
	/*background: url(../img/dummy_bg.png) no-repeat center center fixed;*/
	background: #b2daf2; /* ganz alte browser */
	background: -moz-linear-gradient(top, #b2daf2 0%, #284354 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2daf2), color-stop(100%,#284354)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2daf2 0%,#284354 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2daf2 0%,#284354 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2daf2 0%,#284354 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b2daf2 0%,#284354 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2daf2', endColorstr='#284354',GradientType=0 ); /* IE6-9 */
	
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: black;
	background-color: #306D9F;
}
#standort_maps {
	background: url(../img/dummy_bg.png) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#google_map_content {
	min-height: 500px;
	height:calc(100% - 0);
	width: 100%;
    position:absolute;
    top:0;
    bottom:0;
    overflow:hidden;
}

.section_default {
	border-top: 6px groove #002b5e;
}
.section_last {
	/*border-top: 6px groove #002b5e;*/
}

.section_titel {
	font-size: 3.8em;
	font-family: 'Oswald', sans-serif;
	font-weight: bolder;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
	color: #002e5b;
	text-rendering: optimizelegibility;
}
.st_size_b {
	font-size: 48px;
	margin-top: 1px;
}
.st_size_c {
	font-size: 24px;
	margin-top: 1px;
}
.st_size_d {
	font-size: 20px;
	margin-top: 1px;
	letter-spacing: 1px;
}
.section_titel_sub, .section_titel_sub_l, .section_titel_sub_r {
	margin-top: 0;
}
.section_titel_sub_l {
	text-align: right;
}
.section_titel_sub_r {
	text-align: left;
}
.section_box_sub_b {
	background-color: rgba(21,21,22,0.7);
	border: 2px solid black;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-shadow: none !important;
	margin-bottom: 25%;
}
/*-------------------------------*/


html, body {
    background-color: #e3e8ea;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    color: #4f4f4f;
    height: 100%;
    /*font-family: "Open Sans",Arial,Helvetica,sans-serif;*/
    font-family: Arial,Helvetica,sans-serif;
    /*Text Auswahl sperren */
    -moz-user-select: none;
  	-khtml-user-select: none;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-o-user-select:none;
  	-khtml-user-select:none;
  	-ms-user-select:none;
  	user-select: none;
  	cursor: default;
  	
  	/*fixed Navbar anstand oben */
  	/*
  	padding-top: 70px;
  	padding-top: 60px;
  	padding-top: 50px;
  	*/
  	
  	/*margin-bottom: 50px !important;
  	margin-top: 50px !important;*/
  	
}


/* gestrichelte linie entfernen*/
a, a:hover, a:active, a:focus {
   outline: 0;
}

.dropdown-toggle {
	cursor: pointer;
}

.navbar-fixed-top {
    border-top-style: none;
}
.navbar-fixed-bottom {
	border-bottom-style: none;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	border-left-style: none;
    border-right-style: none;
}

.image_special {
	
}
.image_special_sub {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

#mainContent {
	margin: 0;
	width: 100%;
	height: 100%;
	/*fixed Navbar abstand unten */
	/*margin-top: 50px !important;
	margin-bottom: 50px !important;*/
	
	/*margin-bottom: 70px !important;*/
	/*padding-bottom: 70px !important;*/
	
	/*padding-bottom: 50px !important;*/
	
	/*background: url(../img/a_transparent.png) repeat;*/
	
	/*padding-top: 15px !important;*/
}

header, footer {
}

button {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.02em;
	font-weight: 400;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}


/* Dialog Animation aus*/
.modal.fade {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#navbar-brand_logo {
	height: 40px;
	width: 40px;
	float:left;
	margin-top: 5px;
	margin-left: 5px;
}
.navbar-brand-top {
	padding: 0;
	margin: 0;
	min-width: 215px !important;
	float: left;
}
.brand_schriftzug {
    font-family: 'Damion', cursive;
    /*font-size: 40px;
    line-height: 50px;
    margin-top: -3px;*/
    color: #ffda47;
    /*text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);*/
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
    white-space: nowrap;
    
}
.brand_schriftzug_size_a {
	/*bei umgebung font-size: 14px*/
	/*font-size: 40px;
    line-height: 50px;
    margin-top: -3px;*/
    font-size: 18px;
}
.ohne_umbruch {
	white-space: nowrap;
}


.navbar-brand_schriftzug {
    font-family: 'Damion', cursive;
    /*letter-spacing: 0.02em;*/
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    min-width: 160px !important;
    font-size: 30px;
    line-height: 50px;
    /*margin-top: -3px;*/
    margin-top: -2px;
    color: #ffda47;
    /*text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);*/
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
    float: left;
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 155px !important;
}
.navbar-brand > img {
	display: initial;
	display: inline-block;
}
.navbar-custom .navbar-nav {
}
.navbar-custom .navbar-nav > .open > a {
}
.dropdown-menu {
}

.navbar-custom,
.navbar {
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.02em;
    
}

/* Dialoge */
.modal-dialog .modal-content {
	background-color: #0098E5;
}
.modal-dialog .modal-content .modal-header {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: transparent;
}
.modal-dialog .modal-content .modal-footer {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: transparent;
}
.modal-dialog .modal-content .modal-header {
	font-family: 'Oswald', sans-serif;
    letter-spacing: 0.02em;
}
.modal-dialog .modal-content .modal-body {
	background-color: #fffed7;
	text-align: left;
	color: #000;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}

/* NAVBAR */

.navbar-toggle {
  /*background-color: transparent;*/
  background-image: none;
  border: 2px solid #ffffff;
}
.navbar-custom {
  /*background-color: #00aaff;
  border-color: #0072ab;*/
  border-color: black;
  /*
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0078ba), to(#00aaff));
  background-image: -webkit-linear-gradient(top, #0078ba, 0%, #00aaff, 100%);
  background-image: -moz-linear-gradient(top, #0078ba 0%, #00aaff 100%);
  background-image: linear-gradient(to bottom, #0078ba 0%, #00aaff 100%);
  background-repeat: repeat-x;
  ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0078ba', endColorstr='#ff00aaff', GradientType=0);
  */
}
.navbar-custom-bottom {
  /*background-color: #0078ba;*/
  /*border-color: #0072ab;*/
  border-color: black;
  /*
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#00aaff), to(#0078ba));
  background-image: -webkit-linear-gradient(top, #00aaff, 0%, #0078ba, 100%);
  background-image: -moz-linear-gradient(top, #00aaff 0%, #0078ba 100%);
  background-image: linear-gradient(to bottom, #00aaff 0%, #0078ba 100%);
  background-repeat: repeat-x;
  ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aaff', endColorstr='#ff0078ba', GradientType=0);
  */
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li:last-child > a {
  /*border-right: 1px solid #0072ab;*/
  border-right: 1px solid black;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
  /*border-left: 1px solid #0072ab;*/
  border-left: 1px solid black;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #eedb58;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #eedb58;
  /*
  background-color: #0072ab;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0072ab), to(#0094de));
  background-image: -webkit-linear-gradient(top, #0072ab, 0%, #0094de, 100%);
  background-image: -moz-linear-gradient(top, #0072ab 0%, #0094de 100%);
  background-image: linear-gradient(to bottom, #0072ab 0%, #0094de 100%);
  background-repeat: repeat-x;
  ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072ab', endColorstr='#ff0094de', GradientType=0);
  */
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  /*background-color: #0089d3;*/
}
.navbar-custom .navbar-toggle .icon-bar{
  background-color: #cccccc;
  background-color: #fff;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  /*border-color: #0070a8;*/
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #eedb58;
  border-bottom-color: #eedb58;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  /*background-color: #0072ab;*/
  color: #eedb58;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #eedb58;
  border-bottom-color: #eedb58;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #eedb58;
}
/* ENDE NAVBAR */


.flex_container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/*oder inline-flex */
}



@media screen and (max-width: 240px) {
	/*
	.navbar-brand span {
		color: red;
		font-size: 5px;
	}
	*/
}

/* iPads (portrait) ----------- */
/*@media only screen and (max-device-width: 767px) {*/
/* @media screen and (max-width: 768px) { */
/* @media only screen and (min-device-width: 768px) { */
/* @media (min-width: 768px) and (max-width: 979px) { 
@media (min-width: 481px) and (max-width: 767px) {
@media (max-width: 480px) {
@media (max-width: 320px) { */



@media screen and (max-width: 768px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
}

/*--NEU-------------------------------------------------*/
/*
#on-desktop_min800 {
	background-color: gray;
	color: black;
	display: none;
	position: absolute;
    top: 100px;
    left: 0;
    z-index: 5000;
    padding: 5px;
    height: 30px;
}
*/
/* Desktop */
@media screen and (min-width: 800px) {
	#on-desktop_min800 {
		display: block !important;
		visibility: visible !important;
	}
}
@media screen and (min-width: 1024px) {
	#on-desktop_min1024 {
		display: block !important;
		visibility: visible !important;
	}
}
@media screen and (min-width: 1200px) {
	.container {
		width: 1140px !important;
	}
}

/* tablet landscape
@media only screen and (max-width: 1024px) {
  .no-tablet-landscape,
  .no-tablet {
    display: none !important;
    visibility: hidden !important;
  }
  .on-tablet {
    display: block !important;
    visibility: visible !important;
  }
  .container {
    width: 940px !important;
  }
}
*/

/* tablet portrait*/
@media only screen and (max-width: 800px) {
	/*.container {
		width: 720px !important;
	}*/
}


/* Phones landscape
@media only screen and (max-width: 640px) {
  html {
    font-size: 60%;
  }
  .container {
    width: 100% !important;
    padding: 0 10px;
  }
}
*/

/*
.dk_metro_470_310 {
    width: 470px;
    height: 310px;
    min-width: 470px;
    min-height: 310px;
}
*/

/* Phones portrait*/
@media only screen and (max-width: 480px) {
	.container {
		width: 100% !important;
		/*overflow: hidden;*/
	}
	.dk_metro_470_310 {
    	width: 310px;
    	height: auto;
    	min-width: 310px;
    	min-height: auto;
    	margin-left: 0;
    	margin-right: 0;
    	/*background-color: red;*/
	}
	.dk_metro_310_150 {
		margin-left: 0;
    	margin-right: 0;
	}
	.dk_metro_150_150 {
		margin-left: 0;
		margin-right: 12px;
	}
}
@media only screen and (max-width: 360px) {
	.container {
		width: 100% !important;
	}
	.dk_metro_470_310 {
    	width: 310px;
    	height: auto;
    	min-width: 310px;
    	min-height: auto;
    	margin-left: 0;
    	margin-right: 0;
    	/*background-color: green;*/
	}
	.dk_metro_310_150 {
		margin-left: 0;
    	margin-right: 0;
	}
	.dk_metro_150_150 {
		margin-left: 0;
		margin-right: 6px;
	}

}
@media only screen and (max-width: 320px) {
	.container {
		width: 100% !important;
	}
	.dk_metro_470_310 {
    	width: 300px;
    	height: auto;
    	min-width: 300px;
    	min-height: auto;
    	margin-left: 0;
    	margin-right: 0;
    	/*background-color: yellow;*/
	}
	.dk_metro_310_150 {
		width: 300px;
    	height: auto;
    	min-width: 300px;
    	min-height: auto;
    	margin-left: 0;
    	margin-right: 0;
	}
	.dk_metro_150_150 {
		margin-left: 0;
		margin-right: 12px;
	}
}
