/*
  main.css
  @author: mcsikos
 */
 
 
 /* 
###############################################
# WEBFONTS
############################################### 
*/


 
/* 
###############################################
#
# FONT-FACE START
#
############################################### 
*/
@font-face {
	font-family: "DINWeb-Bold";
	src: url('../fonts/DINWeb-Bold.eot')  format('eot'),
		 url('../fonts/DINWeb-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;	
}

@font-face {
	font-family: "DINWeb-Light";
	src: url('../fonts/DINWeb-Light.eot')  format('eot'),
		 url('../fonts/DINWeb-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;		 
}

@font-face {
	font-family: "DINWeb-Medium";
	src: url('../fonts/DINWeb-Medium.eot')  format('eot'),
		 url('../fonts/DINWeb-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DINWeb";
	src: url('../fonts/DINWeb.eot')	format('eot'),
		 url('../fonts/DINWeb.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 15px;
	font-weight:normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
	/* line-height: 1.6; */
	line-height: 1.7;
}

/*
  the render-fixes
*/
h1, h2, h3 {
	font-weight: normal;
	font-family: "DINWeb-Medium", Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

strong, b {
	font-weight: normal;
	/* font-family: "DINWeb-Bold", Arial, Verdana, sans-serif; */
	font-family: "DINWeb-Medium", Arial, Verdana, sans-serif;
}

label {
	font-weight: normal;
	/* font-family: "DINWeb-Bold", Arial, Verdana, sans-serif; */
	font-family: "DINWeb-Medium", Arial, Verdana, sans-serif;
}
label:hover {
	cursor: pointer;
}

#header a,
#content a,
.mc-ajax-content a,
#footer a {
	font-weight: normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
  /* display: inline-block; */
  /* -ms-word-break: break-word; */
  /* word-break: break-word; */
}

nav.navbar-mc a.a-bold,
#content a.a-bold,
.mc-ajax-content a.a-bold,
#footer a.a-bold,
.a-bold-wrapper a {
  font-weight: normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
  font-size: 18px;
}

.mc-carousel-inner a {
  display: inline-block;
  /*
  -ms-word-break: break-all;
  word-break: break-all;  
  */
  -ms-word-break: break-word;
  word-break: break-word;
}

.mc-carousel-inner a[class^="icon-"]:before, 
.mc-carousel-inner a[class*=" icon-"]:before {
  display: inline;
}

/* news iamges full fix */
.mc-carousel-inner a.mc-news-media-type-2,
.mc-carousel-inner a.mc-news-media-type-5 {
  display: block !important;
  margin-bottom: 1em;
} 

/* news youtube fix */
.mc-carousel-inner a.mc-news-media-type-4 {
  display: block !important;
  margin-bottom: 1em;
  /* margin-bottom: 1.25em; */
  /* margin-bottom: 1.33em; */
}  

/* news youtube without anchor fix */
.mc-news-img-wrap .mediaelement-video {
  margin-bottom: 1em;
}

.f-red {
  color: #ff0000 !important;
}

/* 
###############################################
# BODY
############################################### 
*/

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color:#444444;
}

/*
html {
    background: url("http://prometheus-2017.agentur-kindt.de/img/background/main-2017.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
*/

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color:#444444;
  /* 
  background:transparent;*/
	/* mc layout-new #1 */
	background:#ffffff;
}

/* 
###############################################
# GRID
############################################### 
*/

.row-col-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  /* float: left; */
  float: none;
}
.row-col-wrapper:before,
.row-col-wrapper:after {
    content: " ";
    display: table;
}
.row-col-wrapper:after {
    clear: both;
}

.col-wrapper {
  position: relative;
  width: auto;
  height: auto;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.col-wrapper-right {
  float: right;
}

.row-col-wrapper .col-wrapper:last-child {
  margin-right: 0em !important
}

.row-col-wrapper-table {
    display: table;
  margin-bottom: 1em;
  float: none;
}

.row-col-wrapper-table .col-wrapper {
  display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
}

.row-col-wrapper-table .col-wrapper p,
.row-col-wrapper-table .col-wrapper div {
    margin: 0;
}

.col-wrapper-cell-50 {
  position: relative;
  width: 50px;
  height: auto;
  padding-right: 1em;
}

.col-wrapper-cell-60 {
  position: relative;
  width: 60px;
  height: auto;
  padding-right: 1em;
}


.col-wrapper-cell-70 {
  position: relative;
  width: 70px;
  height: auto;
  padding-right: 1em;
}

.col-wrapper-cell-25-p {
  position: relative;
  width: 25%;
  height: auto;
  padding-right: 0em;
}

.col-wrapper-cell-33-p {
  position: relative;
  width: 33%;
  height: auto;
  padding-right: 0em;
}

.col-wrapper-cell-50-p {
  position: relative;
  width: 50%;
  height: auto;
  padding-right: 0em;
}

#content li.col-wrapper,
li.col-wrapper{
  padding-left: 0;
    text-indent: 0;
}

.row-col-wrapper-row-inline .col-wrapper {
  margin-bottom: 0 !important;
  margin-bottom: -0.5em !important;
}

.mc-layout-1 .col-wrapper {
  width: 100%;
  margin-bottom: 0em;
}

.mc-layout-1 h2 {
  margin-top: 1.1em;
  margin-bottom: 1em;
}

.mc-layout-1 .ce-above .ce-gallery,
.mc-layout-1 img {
  margin-bottom: 0 !important;
}  

@media (max-width: 1444px) {    
  .col-wrapper-cell-25-p,
  .col-wrapper-cell-33-p,
  .col-wrapper-cell-50-p{
    width: 100%;  
  }
  
  .row-col-wrapper-row-inline .col-wrapper.col-wrapper-cell-25-p,
  .row-col-wrapper-row-inline .col-wrapper.col-wrapper-cell-33-p,
  .row-col-wrapper-row-inline .col-wrapper.col-wrapper-cell-50-p {
    margin-bottom: 1em !important;
  }  

  .mc-layout-1 .col-lg-8,
  .mc-layout-1 .col-lg-4 {
    width: 100%;
  }

  .mc-layout-1 .col-wrapper {
    width: auto;
  }

  .mc-layout-1 h2 {
    margin-top: 2em;
    margin-bottom: 1em;
  }

}

@media (max-width: 1320px) {  
  .mc-layout-1 .col-wrapper {
    width: auto;
  }
}

@media (max-width: 767px) {  
	/*
	.col-wrapper {
		width: 100%;
		height: auto;
		float: left;
		margin-right: 0em;
	}
	*/

  .mc-layout-1 .col-wrapper {
    width: 100%;
  }
  
  .row-col-wrapper-table .col-wrapper {
    display: table-cell;
    vertical-align: top;
    width: auto;
    float: none;
    margin: 0;
  }  
  
  #content ul.filter-items li.col-wrapper,
  ul.filter-items li.col-wrapper{
    padding-left: 0.5em;
  }

  
  .col-wrapper-cell-25-p,
  .col-wrapper-cell-33-p,
  .col-wrapper-cell-50-p{
    width: 100%;  
  }  
  
  .row-col-wrapper-row-inline .col-wrapper {
    margin-bottom: 1em !important;
  }  
  
}


/* 
###############################################
# BUTTONS
############################################### 
*/
.btn-span {
  display: inline-block;
  white-space: pre-line;
}

.btn-preline {
  white-space: pre-line;
}

.btn-preline-075 {
  /* white-space: pre-line; */
  font-size: 1em;
}

@media (max-width: 767px) {
  .btn-span {
    display: none !important;
  }

  .btn-preline {
    /* font-size: 0.6em; */
    font-size: 0.75em;
    margin-bottom: 1em;
  }

  .btn-preline-075 {
    font-size: 0.75em;
    margin-bottom: 1em;
  }
}

  /* input search-fileds and button */
.btn-search-wrapper {
  
}

.btn-search-wrapper .awesomplete {
  display: block;
}

.btn-search-wrapper div.awesomplete > ul {
  /* top: 35px; */
    top: 2.25em;
}

.btn-search-input {
  width: 90% !important;
  width: calc(100% - 60px) !important;
  float: left;
    display: block;  
}

.btn-search-button {
    float: left;
    width: 60px;
    /* width: 5em; */
    display: block;
    font-size: 0.75em;
    padding: 0px;
    height: 34px;
    /* height: 3em;   */
}

.btn-search-button:before {
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  font-size: 1.75em !important;
    margin-top: -3px !important;  
}

/* filter buttons in list */
.filter-items li:before {
    content: "" !important;
    color: #ff0000 !important;
    padding-right: 0em !important;
}


/* 
###############################################
# TYPOGRAPHY
############################################### 
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-transform: uppercase; */
    letter-spacing: 0.05em;
  	/* line-height: 1.4; */
	/* line-height: 1.6; */
	line-height: 1.7;
}

h1 {
  /* font-size: 26px; */
  font-size: 22px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}



@media (max-width: 767px) {  
  h1 {
    font-size: 20px;
  }
  
  h2 {
    font-size: 18px;
  }
  
  h3 {
    font-size: 15px;
  }
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h-border-bottom {
  border-bottom: 2px solid #b3b3b3;
    margin-bottom: 1em;
    padding-bottom: 0.5em;  
}

.h-red {
  background: #ff0000;
  color: #ffffff; 
  text-align: center;
  padding: 0.5em;
}

.h-black {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  
}

.p-red {
  background: #ff0000;
  color: #ffffff; 
  text-align: center;
  padding: 0.5em;
}

.p-black {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  
}

.p-red-bold {
  background: #ff0000;
  color: #ffffff; 
  text-align: center;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "DINWeb-Bold", Arial, Verdana, sans-serif;	
}

.p-black-bold {
  background: #000000;
  color: #ffffff; 
  text-align: center;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "DINWeb-Bold", Arial, Verdana, sans-serif; 
}

.p-white-bold {
  background: #ffffff;
  color: #000000; 
  text-align: center;
  padding: 0.5em;
  /* text-transform: uppercase; */
  font-weight: normal;
  font-family: "DINWeb-Bold", Arial, Verdana, sans-serif;  
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  /*
  border: 1px solid #808080;
  border-radius: 4px;
  */
  border: 1px solid #eeeeee;  
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well-border {
  padding: 1em;
  margin: 0;
  background-color: #eeeeee;
  border: 1px solid #808080;  
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well {
    border-radius: 0px !important;
}

.well-detail{
	/*
	padding: 1em;
	margin-bottom: 1em;
	border: 2px solid #808080; 
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	*/
	
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 1em;	
  	margin-bottom: 1em;
}

.container-detail {}


@media screen and (max-width: 1440px) {
	.container-detail {
		/* padding-right: 5em; */
	}
}

@media screen and (max-width: 1025px) {
	.container-detail {
		padding-right: 4em;
	}
}

@media screen and (max-width: 996px) {
	.container-detail {
		padding-right: 6em;
	}
}

@media screen and (max-width: 767px) {
	.container-detail {
		padding-right: 15px;
	}
}

.alert,
.error,
.ok {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

.ok {
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-infobox {
    background-color: #ccc;
    border-color: #ccc;
    color: #444;	
}

.error_border {
	border: 2px solid #B00D0F !important;
}

hr.hr_box-spacer {  
  margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eeeeee;  
}

hr.hr_box-spacer-transparent {  
  margin-top: 15px;
    margin-bottom: 15px;
    border: 0;  
    border-top: 1px transparent;
}

hr.hr_search-btn-spacer-grey {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 5px solid #ccc;  
}

.tooltip {
  display: none; 
  position: absolute; 
}


/* ##################### CUSTOM LIST ##################### */
/*
#header ul,
#content ul,
.mc-ajax-content ul,
#footer ul {
    list-style: none;
    padding:0;
    margin:0;
    margin-bottom: 1em;
}
#footer ul {
	margin-bottom: 0em;
}
#header li,
#content li,
.mc-ajax-content li,
#footer li.is_list { 
	padding-left: 1em; 
	text-indent: -0.9em;
	line-height: 1.6;
	line-height: 1.7;
}
#header li:before,
#content li:before,
.mc-ajax-content li:before,
#footer li.is_list:before {

}
*/

/* ul no icon */
ul.no-icon {
    list-style: none;
    padding:0;
    margin:0;
    margin-bottom: 1em;	
}

ul.no-icon li:before {
	content: "" !important;
	padding-right: 0em !important;
}

/* ul no icon  red box */
ul.mc-red-box.no-icon li:before,
ul.no-icon-red-box li:before {
  content: "" !important;
    padding-right: 0em !important;
}

ul.no-icon-list li:before,
.no-icon-list ul li:before {
  content: "" !important;
    padding-right: 0em !important;
}

/* content lists */
ul.no-icon-list li,
.no-icon-list ul li,
ul.mc-red-box.no-icon li,
ul.no-icon-red-box li {
    padding: 0em !important;
    text-indent: 0em !important;
}

ul.no-icon-list.no-icon-list-no-margin {
   margin: 0 !important;
}

ul.ul-float-left li,
.ul-float-left ul li {
    width: auto;
    float: left;
}

#header ul.mc-arrow li:before,
#content ul.mc-arrow li:before,
.mc-ajax-content ul.mc-arrow li:before,
#footer ul.mc-arrow li.is_list:before {
  content: "";  
    color: #ff0000;
    padding-right: 0.5em; 
}

ul.mc-arrow span.mc-box-arrow {  
    color: #ff0000;
}

.icon-download-list-tba ,
.download-list-tba,
.download-tba,
.no-download,
.h-gray {
    font-weight: normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
    color: #808080;  
}

.icon-download-right:before {
  margin-right: 0.5em;
}

/* 
###############################################
# ANKER
############################################### 
*/
a,
a:focus {
  color:#000000;
  text-decoration: none;
  /* font-weight: 700; */
}
/*
a:visited {
  color:#000000;
  text-decoration: none;
  font-weight: 700;
}
*/

/* all a */
a:hover,
/* all a with child icon */
a:hover [class^="icon-"]:before, 
a:hover [class*=" icon-"]:before /*,*/
/* all icons in/with a */
/*
  // tmp removed caus of current state: 1) different colors icon2ankertext 2) underlines
a:hover:before 
*/
{
  color: #ff0000;
  text-decoration: none;
}

a[class^="icon-"]:hover:before, a[class*=" icon-"]:hover:before,
a[class^="icon-"]:hover:after, a[class*=" icon-"]:hover:after {
  color: #ff0000;
  text-decoration: none;
}

a, .btn {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* 
###############################################
# NAVBAR TOP
############################################### 
*/

.navbar-left {
}
.navbar-right {
	margin: 0;
}

/*
.navbar-header {
  width: 100%;
  height: auto;
}
*/
.navbar-toggle {
    display: none;
}
@media screen and (max-width: 767px) {
	.navbar-toggle {
		display: block;
	}
}

#header {
	position: relative;
	width: 100%;
	height: auto; 
	margin-top: 7em;
}
#content {
	position: relative;
	width: 100%;
	height: auto; 
}
@media screen and (max-width: 767px) {
	#header {
		position: relative;
		width: 100%;
		height: auto; 
		margin-top: 6em;
	}
}

.navbar-mc {
	color: #000000;
	background: #ffffff;
    background: rgba(255,255,255,0.93);
}

.navbar-mc button {
  margin-top: 0;
}
.navbar-mc button .mc-icon-menue:before {
  color: #000000;
}
.navbar-mc button:hover .mc-icon-menue:before {
  color: #ff0000;
}

.navbar-mc .navbar-brand {
    float: left;
    padding: 15px 5px 15px 25px;
    font-size: 1em;
    line-height: 1em;
  display: inline-block;
  width: auto;
    height: auto;
}

.navbar-mc .navbar-brand-75 {
  width: 75px;
    height: 75px;
}

.navbar-meta-item {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;  
}

.navbar-meta-item a {
  text-decoration: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

/* @media screen and (max-width: 1025px) { */  /* support bigger tablets... */
@media screen and (max-width: 1380px) {
  
  nav.navbar-mc a.a-bold, 
  #content a.a-bold, 
  .mc-ajax-content a.a-bold, 
  #footer a.a-bold,
  .a-bold-wrapper a,
  nav.navbar-mc .navbar-meta-item li.a-bold a {
    font-size: 15px;
  }
  
  .navbar-toggle {
    margin-bottom: 0;
  }
  
  nav.navbar-mc .navbar-meta-item a {
    font-size: 15px;
  }  
  /*
  ul.press-nav li {
    line-height: 2;
      font-size: 16px;
  }
  */
}

@media screen and (max-width: 1025px) {
  /*
  ul.press-nav li {
    line-height: 1.8;
      font-size: 15px;
  }
  */
}


@media screen and (max-width: 996px) {
  
  .navbar-meta-item {
    margin-right: 0px;
  }
  
  .navbar-toggle {
    margin-bottom: 0;
  }
  
}

@media screen and (max-width: 767px) {
  
  .mc-icon-menue {
    font-size: 2em !important;
  }
	
	button#mc-navbar-mobile-btn {
		position: absolute;
		top: 1em;
		right: 1em;
	}
  
  .navbar-mc button {
      margin: 0;
      /* padding: 15px 20px 5px 5px; */
	  padding: 15px;
  }
  
  nav.navbar-mc a.a-bold,
  nav.navbar-mc .navbar-meta-item li.a-bold a {
    font-size: 15px;
  }
  
  #content a.a-bold, 
  .mc-ajax-content a.a-bold, 
  #footer a.a-bold,
  .a-bold-wrapper a {
    font-size: 15px;
  }
  
  .icon-125x {
    font-size: 15px !important;
  }
  
}

/*############################################################# navbar bootstrap ########################################################################################*/

/* navbar regular */
.navbar-default .navbar-nav>li>a {
    color: #ff0000;
    background-color: rgba(0, 0, 0, 0);
	/* text-transform: uppercase; */
	text-transform: none;
	text-decoration: none;
}

/* navbar dropdown open */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #ff0000;
    background-color: rgba(0, 0, 0, 0);
	/* text-transform: uppercase; */
	text-transform: none;
	text-decoration: none;
}

/* navbar active */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ff0000;
    background-color: rgba(0, 0, 0, 0);
	/* text-transform: uppercase; */
	text-transform: none;
	text-decoration: underline;
}

/*################################################################################################################################################################*/

.navbar-mc .overlay {  
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    background: rgba(255,255,255,0.95);
    overflow: hidden; 
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  
  opacity: 0;
  visibility:hidden;
  z-index: -999;
  }

.navbar-mc .overlay { 
  /* top: -999px; */
}

.navbar-mc .overlay.overlay-show {
  opacity: 1;  
  visibility:visible;
  z-index: 9990;

  /* make it scrollable on small displays */
  overflow-y: scroll;
  
  /* top: 0px; */
}

.navbar-mc .overlay-content {
    position: relative;
    top: 30px;
  /* width: 100%; */
  width: 300px; 
    text-align: left;
    margin: 30px auto;
  border-left: 1px solid #808080;
  z-index: 9999;
}

.navbar-mc .overlay a {
    display: block;
  text-decoration: none;
    color: #808080;
  font-weight:normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif; 
  
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  
  font-size: 19px;
}

.navbar-mc .overlay .active a,
.navbar-mc .overlay a:hover {
    color: #000000;
  font-weight:normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
}

.navbar-mc .overlay a:hover, 
.navbar-mc .overlay a:focus {

}
.navbar-mc .overlay .closebtn {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;  
  outline: 0;
}

.navbar-mc .overlay .closebt:focus {
    outline: 0;
}

.navbar-mc .overlay .closebtn {
    position: absolute;
    top: 65px;
    right: 35%;
  text-decoration: none;
}
.navbar-mc .overlay #navbar-menue-logo-wrapper {
    position: absolute;
    top: 0px;
    left: -50%;
    font-size: 60px;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 1080px) {
  .navbar-mc .overlay .closebtn {
    right: 30%;
  }  
  /*
  .navbar-mc .overlay #navbar-menue-logo-wrapper {
    left: 20%;
  }
  */
}

@media screen and (max-width: 996px) {
  .navbar-mc .overlay .closebtn {
    right: 20%;
  }  
  /*
  .navbar-mc .overlay #navbar-menue-logo-wrapper {
    left: 10%;
  }
  */
}

@media screen and (max-width: 767px) {
  .navbar-mc .overlay .closebtn {
    top: 0;
      right: 15px;
  }  
  .navbar-mc .overlay #navbar-menue-logo-wrapper {
    display: none;
  }  
  
	/*
  .navbar-mc .navbar-nav {
    margin: 0;    
  }
	*/
}



html.isOverflowHidden,
body.isOverflowHidden {
  overflow: hidden;
  width: 100%;
  height: auto;
}


/*################################################################################################################################################################*/


/* 
###############################################
# LAYOUT / COLORS
############################################### 
*/
::selection {
  background:#ff0000;
  color:#FFFFFF;
}

::-moz-selection {
  background:#ff0000;
  color:#FFFFFF;
}

::-webkit-scrollbar-thumb:horizontal { 
  height: 15px; 
  background-color:#ff0000; 
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
}
::-webkit-scrollbar-thumb:vertical { 
  width: 15px; 
  background-color:#ff0000;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
}
::-webkit-scrollbar { 
  width: 15px; 
  height: 15px; 
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.13);
  box-shadow: inset 1px 1px 4px rgba(0,0,0,0.13); 
}

/* 
###############################################
# LAYOUT / BOX
############################################### 
*/

/*
*, *:before, *:after {
  box-sizing: border-box;
}
*/

#mc-box,
.mc-box {
  width: 100%;
  height: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */  
  /*
  overflow: hidden;
  */
  margin: 0px;
  /*
  padding: 15px;
  */
  padding: 0px;
}
.mc-box-row {
  width: 100%;
  height: auto;
  position:relative;  
  float: left;
  display: block;
  /*
    // flex working, but breaks grid...
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  */
}
.mc-box-item {
  position:relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 15px;  
}

@media(max-width:767px) {
  .mc-box-item {
    margin: 0px 0px 15px 0px;
    padding: 0px;
  }
}

#content .mc-box-item-padding-none {
  padding: 0px !important;
}

#content .mc-box-item-padding-1em {
  padding: 1em !important;
}

.mc-box-item-inner {
  width: 100%;
  /* height: auto; */
  height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */  
  overflow: hidden;
  margin: 0px;
  padding: 15px;    
}

.mc-box-item-is-overflow {
  overflow: visible;
}

.mc-box-item-type-grey {
	/* mc layout-new #2 */
  	background-color: #eeeeee;
	/* background-color: rgba(255,255,255,0.95); */
    border: 0px solid #eeeeee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;  
}

.mc-box-item-type-darkgrey {
  background-color: #808080;
    border: 0px solid #808080;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;  
}

.mc-box-item-type-red {
  background-color: #ff0000;
    border: 0px solid #ff0000;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mc-box-item-type-transparent {
  background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  padding: 0px;
}

.mc-box-item-type-youtube {
  background-color: #eeeeee;
  border: 0px solid #eeeeee;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;  
}

.mc-box-item-type-youtube .ce-gallery {
  margin-bottom: 0 !important;
}

.mc-box-item-type-red-inner {
  background-color: #ff0000;
  border: 0px solid #ff0000;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  padding: 15px;
}

/* double red box in red box inner fix */
.mc-box-item-type-red .mc-box-item-type-red-inner {
   padding: 0px;
}

/* font settings mc-box-item-type-red-inner */
.mc-box-item-type-red-inner,
.mc-box-item-type-red-inner ul.mc-arrow span.mc-box-arrow {
  color: #ffffff;  
  
  font-weight: normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
    font-size: 18px;
}

.mc-box-item-type-red-inner h1,
.mc-box-item-type-red-inner h2,
.mc-box-item-type-red-inner h3 {
  font-weight: normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
    font-size: 22px;  
}

.mc-box-item-type-red-inner ul.mc-arrow li {
  line-height: 2;
  cursor: pointer;
}

.mc-box-item-type-red-inner .col-date-current,
.mc-box-item-type-red-inner .col-date-next {
  padding-left: 2em;
}

/* GRID red-box date START */
.mc-box-item-type-red-inner .col-date-current,
.mc-box-item-type-red-inner .col-date-next {
  /* width: auto; */
}
/* gustom grid rule red-box */
@media screen and (max-width:1170px) and (min-width:996px) {
  .mc-box-item-type-red-inner .col-date-current,
  .mc-box-item-type-red-inner .col-date-next {
    width: 100% !important; 
    /* border: 1px solid #f0f; */
  }  
  
  #mc-box-item-id-uid-date-landing .mc-box-item-type-red-inner .col-date-current,
  #mc-box-item-id-uid-date-landing .mc-box-item-type-red-inner .col-date-next {
    width: 50% !important; 
    /* border: 1px solid #f0f; */
  }
}

@media screen and (max-width:995px) and (min-width:620px) {
  .mc-box-item-type-red-inner .col-date-current,
  .mc-box-item-type-red-inner .col-date-next {
    width: 50% !important; 
    float: left;
    /* border: 1px solid #f0f; */
  }
  
  #mc-box-item-id-uid-date-landing .mc-box-item-type-red-inner .col-date-current,
  #mc-box-item-id-uid-date-landing .mc-box-item-type-red-inner .col-date-next {
    width: 50% !important; 
    float: left;
    /* border: 1px solid #f0f; */
  }
}

/* GRID red-box date END */

.mc-box-item-type-grey-inner {
  background-color: #eeeeee;
    border: 0px solid #eeeeee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  margin: 0px;
  padding: 15px;
}

/* fix container */
.mc-box-item-type-grey-inner .mc-box-item-type-grey-inner.mc-box-item-margin-bottom-0 {
  padding: 0;
}

.mc-box-item-margin-bottom-0 {
  margin-bottom: 0px;
  display: block;
  width: 100%;
  height: auto;
}

.mc-box-item-margin-bottom-30 {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  height: auto;
}

/* some hack... */
.mc-box-item-no-margin .row-col-wrapper-table {
  margin-bottom: 0em;
}
.mc-box-item-no-margin {
  padding: 0 15px 0 15px;
}
.mc-box-item-no-margin-no-padding .row-col-wrapper-table {
  margin-bottom: 0em;
}
.mc-box-item-no-margin-no-padding {
  margin: 0;
  padding: 0;
}

.mc-box-item-margin-bottom-0 .col-lg-10,
.mc-box-item-margin-bottom-0 .col-lg-8 {
  float: none;
}

/* start transparent boxes inner box grey with margin bottoms */
.mc-box-item-type-transparent .mc-box-item-margin-bottom-30 {
  margin-bottom: 30px;
} 
.mc-box-item-type-transparent .mc-box-item-margin-bottom-30:last-child {
  margin-bottom: 0px;
} 
/* end transparent boxes inner box grey with margin bottoms */

/* box width */
.mc-box-item-size-100 {
  width: 100%;
}

.mc-box-item-size-80 {
  width: 80%;
}

.mc-box-item-size-75 {
  width: 75%;
}

.mc-box-item-size-60 {
  width: 60%;
}

.mc-box-item-size-50 {
  width: 50%;
}

.mc-box-item-size-40 {
  width: 40%;
}

.mc-box-item-size-33 {
  width: 33.33333333%;
}

.mc-box-item-size-30 {
  width: 30%;
}

.mc-box-item-size-25 {
  width: 25%;
}

.mc-box-item-size-20 {
  width: 20%;
}

/* box height */
.mc-box-item-height-100 {
  height: 100%;
}

/* box height fix typo3 frames and master */
.equalheight .frame,
.equalheight .frame .tx-mc-master {
  /* height: 100%; */
  display: initial;
}

/* box row layouts */
.mc-box-row-layout01 {}
.mc-box-row-layout02 {}
.mc-box-row-layout03 {}

@media(max-width:1025px) {
  /* box width 1025 */
  .mc-box-item-size-100 {
    width: 100%;
  }
  
  .mc-box-item-size-80 {
    width: 80%;
  }
  
  .mc-box-item-size-75 {
    /* fix for 25% */
    width: 50%;
  }  
  
  .mc-box-item-size-60 {
    width: 60%;
  }
  
  .mc-box-item-size-50 {
    width: 50%;
  }  
  
  .mc-box-item-size-40 {
    width: 40%;
  }
  
  .mc-box-item-size-33 {
    width: 33.33333333%;
  }
  
  .mc-box-item-size-30 {
    width: 30%;
  }
  
  .mc-box-item-size-25 {
    width: 50%;
  }  
  
  .mc-box-item-size-20 {
    width: 20%;
  }  
  
  /* box row layouts 2-col-40-60 */
  .mc-box-row-layout02 .mc-box-item-size-40, 
  .mc-box-row-layout02 .mc-box-item-size-60 {
    width: 100%;
  }
  
  /* box row layouts 3-col-20-40-40 */
  .mc-box-row-layout03 .mc-box-item-size-20 {
    width: 100%;
  } 
  .mc-box-row-layout03 .mc-box-item-size-40 {
    width: 50%;
  }
}

/* @media(max-width:767px) { */
/* @media(max-width:769px) { */
@media(max-width:996px) {
  /* box width 769 */
  .mc-box-item-size-100 {
    width: 100%;
  }
  
  .mc-box-item-size-80 {
    width: 100%;
  }
  
  .mc-box-item-size-75 {
    /* fix for 25% */
    width: 100%;
  }
  
  .mc-box-item-size-60 {
    width: 100%;
  }
  
  .mc-box-item-size-50 {
    width: 50%;
  }  
  
  .mc-box-item-size-40 {
    width: 100%;
  }
  
  .mc-box-item-size-33 {
    width: 100%;
  }
  
  .mc-box-item-size-30 {
    width: 100%;
  }
  
  .mc-box-item-size-25 {
    width: 100%;
  }  
  
  .mc-box-item-size-20 {
    width: 100%;
  }
  
  /* box row layouts 2-col-40-60 */
  .mc-box-row-layout02 .mc-box-item-size-40, 
  .mc-box-row-layout02 .mc-box-item-size-60 {
    width: 100%;
  }
  
  /* box row layouts 3-col-20-40-40 */
  .mc-box-row-layout03 .mc-box-item-size-20,
  .mc-box-row-layout03 .mc-box-item-size-40{
    width: 100%;
  } 
}

@media(max-width:767px) { 
  
  .mc-box-item-size-50 {
    width: 100%;
  }
}

/* img spacer / wrapper */
.mc-img-wrapper-box-outer {
  width: 100%;
    height: auto;  
    display: table;  
}
.mc-img-wrapper-box {
  height: 100px;
    width: auto;  
    /* text-align: center; */
    vertical-align: middle;
    display: table-cell;
  margin: 0 auto;
} 
.mc-img-wrapper-box-01 {
}
.mc-img-wrapper-box img {
  max-width: 150px;
}

/* displays */
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}



/* 
###############################################
# RED BOX
############################################### 
*/
ul.mc-red-box {}

ul.mc-red-box.mc-red-box-ul-spacer {
  margin-bottom: 0 !important;
}

ul.mc-red-box li {
  line-height: 1.7;
}

ul.mc-red-box li a {
  color: #ffffff;
  margin-left: 0em;
  /* margin-left: 0.75em; */
  /* margin-left: 0.5em; */
    vertical-align: middle;
}

ul.mc-red-box li a span {
    font-weight: normal;
	font-family: "DINWeb-Light", Arial, Verdana, sans-serif;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;  
}

ul.mc-red-box li a,
ul.mc-red-box li a span {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;  
}

ul.mc-red-box li a[class^="icon-"]:before, 
ul.mc-red-box li a[class*=" icon-"]:before {
    /* padding-right: 0.5em; */
    margin-right: 0.5em;
    vertical-align: middle;
  color: #ffffff;
}

ul.mc-red-box li a[class^="icon-"]:hover:before, 
ul.mc-red-box li a[class*=" icon-"]:hover:before {
  color: #000000;
}

ul.mc-red-box li a:hover,
ul.mc-red-box li a:hover span {
  color: #000000;
}

@media(max-width:767px) {
  
  .mc-box-item-type-red-inner h1, .mc-box-item-type-red-inner h2, .mc-box-item-type-red-inner h3 {
    font-size: 20px;
  }
  
  .mc-box-item-type-red-inner, .mc-box-item-type-red-inner ul.mc-arrow span.mc-box-arrow {
    font-size: 15px;
  }
  
  ul.mc-red-box li a {
    margin-left: 0em;
    /* margin-left: 0.75em; */
  }
  
  ul.mc-red-box .icon-15x {
    font-size: 1.25em !important;
  }
  
  ul.mc-red-box li a span {
    font-size: 15px;
  }
}

/* 
###############################################
# HEADER
############################################### 
*/
header#header {
  position: relative;
    width: 100%;
    height: auto;
}
/* 
###############################################
# FOOTER
############################################### 
*/

footer#footer {
  width: 100%;
    height: auto;
    overflow: hidden;  
  color: #000000;
  /* background: #eeeeee; */
  background: #f0f0f0;
  /* background: #ffffff; */
}

footer#footer .footer-inner {
  padding: 30px;
}


@media(max-width:767px) {
  footer#footer .footer-inner {
    padding: 15px;
  }
}

footer img.footer-img {
    width: 20px;
    height: auto;
    border: 0px;  
}

footer#footer a {
  display: block;
}

footer#footer .col-footer-meta ul {
  max-width: 300px;
  height: auto;
    margin: 0 auto;
}
footer#footer .col-footer-meta li {
  float: left;
}
footer#footer .col-footer-meta li a {
  padding: 15px;
}

footer#footer.img-gray img.active {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

footer#footer hr.nav-divider {
    width: 100%;
    margin-bottom: 40px;
}

/* 
###############################################
# ICONS
############################################### 
*/

.mc-icon {
    vertical-align: middle;  
    width: 42px !important;
    height: auto;  
    margin-right: 0.5em;
}

/* fix awesome icon "X" */
.fa.fa-times.fa-2x {
	margin-top: -2px;	
}    


/* 
###############################################
# IMG
############################################### 
*/
.navbar-logo-layer {
  position: relative;
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
}


img#logo {
	width: 180px;
	height: 40px;
	margin: 1.0em;
 	display: inline-block;
}

#content img,
.mc-ajax-content img {
  width: 100%;
  height: auto;
  border: 0;
}

#content img.img-thumb {
	opacity: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	border: 0;
    border: 2px solid #a5a5a5;	

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;	
}

#content img.img-thumb:hover {
    border: 2px solid #000000;	
}

.thumb a {
	display: inline-block;
}

img.img-margin-bottom-1em {
  margin-bottom: 1em;
}

.edit_thumb_wrapper {
	margin-bottom: 1em;
}

/* start img gray */
.img-gray img {
    /* -webkit-filter: grayscale(1); */
    filter: grayscale(1) brightness(1.0) opacity(.75);
    -webkit-filter: grayscale(1) brightness(1.0) opacity(.75);
    -moz-filter: grayscale(1) brightness(1.0) opacity(.75);
    -ms-filter: grayscale(1) brightness(1.0) opacity(.75);
    -o-filter: grayscale(1) brightness(1.0) opacity(.75);
    transition: 1.0s all;
    -webkit-transition: 1.0s all;
    -moz-transition: 1.0s all;
    -o-transition: 1.0s all;
    -ms-transition: 1.0s all;
  
  /* ie 11 fix */
  /*
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("img/desaturate.svg#greyscale");
    filter: gray;  
  */
}
.img-gray img:hover,
.img-gray a:hover img{
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}
/* end img gray */

@media screen and (max-width: 767px) {
  img#navbar-logo,
  img#navbar-logo-switch{
    width: 100px; 
    height: 100px;
  }
  
  img#navbar-logo.navbar-logo-90 {
    width: 200px;
    height: 100px;
  }  
	
	img#logo {
		width: 200px;
    	height: 46px;
	} 
}

@media screen and (max-width: 420px) {
  img#navbar-logo,
  img#navbar-logo-switch{
    width: 65px;
  height: 65px;   
  }
  
  img#navbar-logo.navbar-logo-90 {
    width: 170px;
    height: 85px;
  }  
}

@media screen and (max-width: 340px) {
  
  img#navbar-logo.navbar-logo-90,
  img#navbar-logo.navbar-logo-90.navbar-logo-50{
    width: 120px !important;
    height: 60px !important;
  }  
}

/* 
###############################################
# LAYOUT / VIDEO
############################################### 
*/

/* start youtube iframes */
.responsive-video {
    position: relative;
    padding-bottom: 55.5%;  /* 55.25% */
    /* padding-top: 1em; */
    height: 0;
    overflow: hidden;  
  border: 0;
}

.responsive-video.responsive-video-51 {
  padding-bottom: 51.0%;
}

.responsive-video.responsive-video-525 {
  padding-bottom: 52.5%;
}

.responsive-video-5325 {
    padding-bottom: 53.25%;
}

.responsive-video-5625 {
    padding-bottom: 56.25%;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  border: 0;
}
/* end youtube iframes */

/* start youtube color hack */
#content .mc-news-media-type-4 iframe html body,
#content .mc-news-media-type-4 iframe html #player,
#content .mc-news-media-type-4 iframe html .html5-video-player {
  background-color: #808080;
}

/* end youtube color hack */

/* start html video */
.mc-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
}
.mc-video-wrapper video {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
}

video.fade-in-video {
    /* opacity: 0; */
    opacity: 1;
    transition: opacity .5s linear;
}

video.fade-in-video.is-playing {
    opacity: 1;
}

  /* start video bg */
.video-bg-wrapper {
    position: relative;
    overflow: hidden;  
}

.video-bg, 
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.video-bg video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-bg-overlay {
    background: rgba(0,0,0,0.75);
    pointer-events: none;
}

.video-bg-content {
  position: relative;
    /*
  padding: 1em;
    margin: 1em;
    */
  padding: 2em;
    margin: 0em;
    z-index: 999;
    color: #000;
}
.video-bg-content-transparent {
    background-color: rgba(255, 255, 255, 0.5);
}

.video-bg-content-spacer.video-bg-content-spacer-1 {
  padding-bottom: 4em;
}
.video-bg-content-spacer.video-bg-content-spacer-2 {
  margin-bottom: 4em;
}
.video-bg-content-spacer.video-bg-content-spacer-3 {
  padding: 4em 0 4em 0;
}
.video-bg-content-spacer.video-bg-content-spacer-4 {
  margin: 4em 0 4em 0;
}
.video-bg-content-spacer.video-bg-content-spacer-5 {
  padding: 2em 0 6em 0;
}
.video-bg-content-spacer.video-bg-content-spacer-6 {
  margin: 2em 0 6em 0;
}
.video-bg-content-spacer.video-bg-content-spacer-7 {
  margin: 2em 0 0 0;
}

@media(max-width:767px) {
  .video-bg-content-spacer.video-bg-content-spacer-1,
  .video-bg-content-spacer.video-bg-content-spacer-2,
  .video-bg-content-spacer.video-bg-content-spacer-3,
  .video-bg-content-spacer.video-bg-content-spacer-4,
  .video-bg-content-spacer.video-bg-content-spacer-5,
  .video-bg-content-spacer.video-bg-content-spacer-6,
  .video-bg-content-spacer.video-bg-content-spacer-7{
    margin: 0;
    padding: 0;
  }
}
  /* end video bg */



/* start page_body_video_box */
body.page_body_video_box {
  background: none;
}

body.page_body_video_box #page_video_box video {
  position: fixed;
    /*
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    */
  display: block;
    z-index: -99;  
  
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
}
/* end page_body_video_box */

/* end html video */




/* 
###############################################
# LAYOUT / TOTOP
############################################### 
*/

/* start totop */
#totop-wrapper {
  text-align: center;
}
.totop {
  background-color: #000000;
    background-color: rgba(0,0,0,0.75);
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /* bottom: -100px; */
  bottom: 15px;
    color: #ffffff;
    /* cursor: pointer; */
    font-size: 1em;
    font-weight: bold;
    line-height: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 9999;
  
  opacity: 0;
  cursor: default;
}

body.device-ios .totop,
body.browser-safari .totop {
    right: 30px;
    width: 40px;
  height: 40px;
}

body.device-ios .icon-to_top,
body.browser-safari .icon-to_top  {
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -7px;

  width: 40px;
  height: 40px;
}

body.device-ios .icon-to_top:before,
body.browser-safari .icon-to_top:before  {
  margin-right: 15px;
}

.totop.show {
  opacity: 1;
  cursor: pointer;
}

.totop:hover {
    background-color: #ff0000;
    /* color: #000000; */
    color: #ffffff;
}

.totop {
  outline: 0 !important;
}

.container-overlay-totop {
  margin: 0;
  padding: 0;
}

.container-overlay-totop .totop {
/* need right spacer fix in overlay? */  
  /* right: 30px; */
}
/* end totop */


/* 
###############################################
# FORMS
############################################### 
*/

.btn {
/*	font-family: "DINWeb-Medium", Arial, Verdana, sans-serif; */	
	font-family: "DINWeb-Bold", Arial, Verdana, sans-serif;
  font-weight: normal;
  text-transform: uppercase;  
}

.btn,
input,
textarea,
select {
  /*  
    border: 0px !important;
    */
    border-radius: 0px !important;
}

textarea,
textarea.form-control {
  width: 100%;
  height: 10em;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
  background: #ff0000;
  color: #ffffff;
  text-transform:uppercase;
  width: 100%;
  padding: 1em;
  border: 0px;
  border-radius: 0px;
}

.btn-primary:active:hover, .btn-primary.active:hover, 
.btn-primary:hover,
.btn-primary:active, .btn-primary.active, 
.btn-primary:focus, .btn-primary.focus {
  background: #ff0000;
  color: #000000;  
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus  {
  background: #ff0000;
  color: #000000;  
}

.btn-default,
.btn-default:active {
    color: #fff;
    background-color: #a5a5a5;
    border-color: #a5a5a5;
  line-height: 2;
}

.btn-default:hover,
.btn-default:focus {
    color: #333;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}

.btn-default:focus {
    color: #333;
    background-color: #b3b3b3 !important;
    border-color: #b3b3b3 !important;
}

label:hover {
  cursor:pointer;
}

.form-control {
  width: 100%;
  font-weight: normal;
	font-family: "DINWeb-Medium", Arial, Verdana, sans-serif;
  color: #000;
  background-color: #e1e1e1;
  /* font-size: 18px; */
  font-size: 1em;
    border: 0;
    outline: 0;  
  
  webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-border:focus {
    border: 1px solid #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 0;
  outline-offset: 0px;
  
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;  
}

.btn:focus:hover, .btn:active:focus:hover, .btn.active:focus:hover, .btn.focus:hover, .btn:active.focus:hover, .btn.active.focus:hover {
    color: #333;
    background-color: #e1e1e1;
    border-color: #e1e1e1 !important;
}

.btn:active, 
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.form-search { 
  background-image:url('../img/icons/suche.svg');
  background-repeat: no-repeat;
    background-position-x: 99%;  /* 98%; */
    background-position-y: 4px;
    background-size: 40px;
}

/* start form layout */
.form-layout-01 .form-group {
    margin-bottom: 0px;
    width: 50%;
    float: left;
    padding: 15px;
}

.form-layout-01 .form-group.form-group-100 {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    padding: 15px;
}

.row.row-cb-proto {
  margin-bottom: 1em;
}

@media(max-width:767px) {
  .form-layout-01 .form-group {
    width: 100%;
    margin-bottom: 15px;
    padding: 0px;
  }
  
  .form-layout-01 .form-group.form-group-100 {
    margin-bottom: 15px;
    padding: 0px;
  }
}

.mandatory {
    color: #f00;
    color: #ff0000;
}

/* 
###############################################
# BORDER
############################################### 
*/

/* start border */

body,
nav.navbar-mc {
	padding: 16px;	
}

@media screen and (max-width: 767px) {
	button#mc-navbar-mobile-btn {
		position: absolute;
		top: 1.5em;
		right: 1.5em;
	}
}	

#border-top,
#border-left-top,
#border-right-top,
#border-left-bottom,
#border-right-bottom,
#border-bottom {
    /* border: 8px solid #f00; */
    position: fixed;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 9999;	
	color: #f00;
	background: #f00;	
	backface-visibility: hidden;
}

#border-top {
    width: 100%;
	height: 16px;
	top: 0;
    right: 0;	
}

#border-left-top {
	width: 16px;
    height: 100%;
	top: 0;
    left: 0;
}

#border-right-top {
	width: 16px;
    height: 100%;
	top: 0;
    right: 0;
}

#border-left-bottom {
	width: 16px;
    height: 100%;
    left: 0;
	bottom: 0;
}

#border-right-bottom {
	width: 16px;
    height: 100%;
    right: 0;
	bottom: 0;
}

#border-bottom {
    width: 100%;
	height: 16px;
    right: 0;
    bottom: 0;	
}
/* end border block new */


/* border landing / border box */
#border-box {
	border: 16px solid #f00;
    box-sizing: border-box;	
	background: #ffffff;
}

@media (max-width: 767px) {
}





/* 
###############################################
# ISOTOPE
############################################### 
*/
.mc-grid-box {
    width: 100%;
    height: auto;
    border: 0;
    overflow: hidden;
    margin: 0em;
    padding: 0em;
}

/* btn isotope */
.filter-items .active,
.filter-items .active:active,
.filter-items .active:hover,
.filter-items .active:focus {
    color: #333 !important;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;  
}

.grid-well {
    /* background-color: #f5f5f5; */
    /* border: 1px solid #e3e3e3; */
	padding: 1em;
}

.item-non-active {
	opacity: 0.75;
}

.tmstmp,
.crdate,
.comments,
.sort-tmstmp {
	display: none;
}

.category-item {
	border: 2px solid #a5a5a5;
	padding: 0.5em;
}

.isotope-box-inner {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 1em;	
}

/* manager-buttons */
.manager-buttons {
	/* border: 1px solid #f0f; */
	z-index:9;
	position: absolute;
    bottom: 1.5em;
    right: 2.5em;
}

.manager-buttons .col-wrapper {
	margin-bottom: 0;
}

.row-col-wrapper.row-col-wrapper-right {	
}

.row-col-wrapper.row-col-wrapper-right .col-wrapper {
	position: relative;
    width: auto;
    height: auto;
    float: right;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 1em;
}

/* scrollbar */
.scrollbar-dynamic-wrapper {
	overflow: hidden !important;
    padding: 0 !important;
    position: relative;
	
}
.scrollbar-dynamic-wrapper,
.scrollbar-dynamic {
	width: 100%;
    height: 10em;
}

.infotext-scroll-box {
    padding-right: 7px !important;
}

/* 
###############################################
# COMMENTS
############################################### 
*/
.row-comment {
	padding: 1em;
	margin-bottom: 1em;
}

.col-comment {
	border-bottom: 2px solid #a5a5a5;
}


/* 
###############################################
# PRELOAD BOX
############################################### 
*/
.is-mc-preloader-hidden {
  	overflow: hidden;
    position: fixed;
  	width: 100%;
    height: 100%;
}

#mc-ajax-preloader-loader-wrapper {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 50%; */
    /* height: 50%; */
    z-index: 9999;  
  	text-align: center;
}

#mc-ajax-preloader-wrapper-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #fff;  
    background: rgba(255,255,255,0.95);
}

#mc-ajax-preloader-wrapper-box.mc-ajax-preloader-wrapper-animation {
    opacity: 1;
    transition: opacity .5s linear;
}
#mc-ajax-preloader-wrapper-box.mc-ajax-preloader-wrapper-fade-in {
   opacity: 1;  
}
#mc-ajax-preloader-wrapper-box.mc-ajax-preloader-wrapper-fade-out {
   opacity: 0;  
}

#mc-ajax-preloader-box {
    position: relative;
    overflow-y: scroll;
    width: 100%;
    height: 100%;  
}

#mc-ajax-preloader-loading-box {
  
}


.icon-animate-spin {
  -moz-animation: spin 4s infinite linear;
  -o-animation: spin 4s infinite linear;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


.icon-animate-pulse {
  -moz-animation: pulsesko 2s infinite linear;
  -o-animation: pulsesko 2s infinite linear;
  -webkit-animation: pulsesko 2s infinite linear;
  animation: pulsesko 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes pulsesko {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulsesko {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* 
###############################################
# OVERLAY/DETAIL CONTENT/PAGES
############################################### 
*/
.container-head {
    margin-top: 8em;
    margin-bottom: 2em;
}

.container-body {
    margin-bottom: 1em;
}


  /* head img full */
.container-full,
.row-full,
.col-full {
}

.container-full {
  /* margin: 0; */
}
.col-full {
  /* padding: 0; */
}

@media(max-width:1441px) {
  .container-head {
    margin-top: 6em;
    margin-bottom: 2em;
  }  
}


@media(max-width:767px) {
  .container-head {
    margin-top: 4em;
    margin-bottom: 1em;
  }  
}

/* 
###############################################
# PRELOADER
############################################### 
*/

/*
#mc-preload-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2011;
  width: 100%;
  height: 100%;
  background: #fff;
}
#mc-preload-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2021;
  text-align: center;
}
*/


/* 
###############################################
# SENDING_FORM
############################################### 
*/ 
#sending-form-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10101;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba(255,255,255,0.80);
}

#sending-form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* width: 50%; */
	/* height: 50%; */
	z-index: 2021;
	text-align: center;
}

img#sending-form-img {
	max-width: 300px;
	margin: 0 auto;	
	height: auto;
	border: 0;
}


/* 
###############################################
# RESPONSIVE BOX / CONTENT
############################################### 
*/

#page.p-01 {}
#page.p-02 {}
#page.p-03 {}
.ce-media {}                               /* image / media */
.mc-box-item-type-red-inner {}                   /* calendar box all */
.mc-box-item-type-red-inner .col-date-current {}    /* calendar box current date */
.mc-box-item-type-red-inner .col-date-next {}      /* calendar box next date */

@media(max-width:767px) {
  /* no image, no next date */
  #page.p-01 .ce-media,
  #page.p-01 .mc-box-item-type-red-inner .col-date-next {
    display: none;
  }
  /* no image, no red box */
  #page.p-02 .ce-media,
  #page.p-02 .mc-box-item-type-red-inner {
    display: none;
  }
}


/* 
###############################################
# TRACKING 
############################################### 
*/
#unpiwik, #piwik-iframe {width:100%;height:auto;}

/* 
###############################################
# PROMETHEUS
############################################### 
*/
#content .non_responsive {
    width: auto;
    height: auto;
}

#content .pager {
	padding: 0;
    margin: 20px 0;
    list-style: none;
    text-align: left;	
}

#content .tablesorter-header {
	font-weight: normal;
	font-family: "DINWeb-Medium", Arial, Verdana, sans-serif;
}

#content .tablesorter-filter {
    width: 100%;
    font-weight: normal;
	font-family: "DINWeb-Medium", Arial, Verdana, sans-serif;
    color: #000;
    background-color: #e1e1e1;
    /* font-size: 18px; */
    font-size: 1em;
    border: 0;
    outline: 0;
    webkit-box-shadow: none;
    box-shadow: none;
}

#content input.tablesorter-filter {
	padding: 4px !important;
}

#content select.tablesorter-filter {
	padding: 7px !important;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
    padding: 0.5em 0.625em 0.625em;
    text-align: left;
}

table.tablesorter tbody td {
    vertical-align: top;
    /* padding-bottom: 0.5em; */
	padding: 1em;
}

tbody tr:hover, .row_h_tra:hover {
    background: #fff;
}
/* 
###############################################
# BROWSER
############################################### 
*/
  /* <= ie11 */
.browser-ie .col-wrapper [class^="icon-"].btn-preline:before, 
.browser-ie .col-wrapper [class*=" icon-"].btn-preline:before,
.browser-ie .col-wrapper [class^="icon-"].btn-preline:after,
.browser-ie .col-wrapper [class*=" icon-"].btn-preline:after,
.browser-ie .col-wrapper button[class*=" icon-"]:before{
  font-size: 0.75em !important;
}

.browser-ie .btn-search-button:before {
  float: left;
    width: 60px !important;
    font-size: 20px !important;
    height: 34px !important;
}

  /* all ie header no transitions */
.browser-ie-all a.navbar-brand,
.browser-ie-all img#navbar-logo,
.browser-ie-all img#navbar-logo.navbar-logo-90,
.browser-ie-all #infotext {
  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

  /* iOS */
.device-ios .totop {
  right: 30px;
}
  /* safari */
.browser-safari .navbar-brand {
  width: 180px !important;
    height: 80px !important;
}
.browser-safari .navbar-brand-scrolled {
  width: 75px !important;
    height: 75px !important;
}

  /* mac / safari 12 */
.device-mac .navbar-brand {
  width: 180px !important;
    height: auto !important;
}
.device-mac .navbar-brand-scrolled {
  width: 75px !important;
    height: auto !important;
}