/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   ALLGEMEIN
 ========================================================================== */
.superbanner{
  background: #fff;
  padding: 20px 0 0 0;
}

.anzeige_info{
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 0px;
}

.leitbild .superbanner,
.geschichte .superbanner{
  padding: 20px 0 40px 0;
}

.datenschutz a{
  text-decoration: underline !important;
}

.cookies .uk-table th, .cookies .uk-table td {
    padding: 8px 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
}
.uk-pagination > .uk-active > span {
    background: rgba(0, 0, 0, 0.1);
    color: #014C78;
}

.uk-nav-side > li > a:active {
	color: #014c78;
}

/* ========================================================================
   RD-COOKIES
 ========================================================================== */

 .userBlocked {
   overflow: hidden;
 }

 .cc-window {
   bottom: 0 !important;
   left: 0 !important;
   width: 24em !important;
   max-width: 24em !important;
 }

.cc-window   ,
.cc-window * {
  z-index: 99999999 !important;
}

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

  .cc-window {
    width: 18.8em !important;
    max-width: 18.8em !important;
    min-width: 100vw !important;
  }
  .cc-window         ,
  .cc-window *       ,
  .cc-window *:after {
    font-size: 92% !important;
    font-size: 1.6vw !important;
  }
  input.cc-cookie-checkbox + span {
      font-size: 18px;
  }
  .cc-checkboxes-container > .cc-checkbox-container > input:checked + span:after ,
  .cc-checkboxes-container > .cc-checkbox-container > span:after                 {
    line-height: 1.81em !important;
  }
  .cc-checkboxes-container > .cc-checkbox-container > span:after                 {
    left: 47.2% !important;
  }
  .cc-checkboxes-container > .cc-checkbox-container > input:checked + span:after                 {
    left: 16% !important;
  }
}

@media screen and (max-width: 900px) {
  .cc-window         ,
  .cc-window *       ,
  .cc-window *:after {
    font-size: 92% !important;
    font-size: 3.4vw !important;
  }
}

.cc-window:after {
  content: "";
  position: fixed;
  z-index: 99999998 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: rgba(1,1,1,0.5);
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  order: 0;
  line-height: 1.2em !important;
}

.cc-window .cc-message-text {
  line-height: 1.32em !important;
}

.cc-message-text a {
  color: #fff;
  text-decoration: underline;
}

div.cc-checkboxes-container {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    margin-top: 6px;
    order: 1;
    margin: 10px 0px 10px;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: left;
    order: 2;
}

input.cc-cookie-checkbox {
    position: relative !important;
    height: 38px !important;
    width: 78px !important;
    margin-left: -1px !important;
    margin-top: -1px !important;
    border-radius: 0px;
    box-sizing: content-box !important;
    cursor: pointer !important;
    background-color: green;
}

div.cc-checkboxes-container input[type="checkbox"] {
  margin: -1px 0px 0px -1px !important;
}

input.cc-cookie-checkbox + span {
    position: absolute !important;
    top: 0px !important;
    left: 120px !important;
    cursor: pointer !important;
    height: 1.6em !important;
    width: 3.85em;
    padding: 0.25em !important;
    background-color: #888888 !important;
    border: 0px solid #888888 !important;
    border-radius: 999999px !important;
    box-shadow: 0px 0px 6px 0.5px #646464 inset !important;
    font-size: 18px;
}

input.cc-cookie-checkbox:checked + span {
    background-color: #63b8e1 !important;
    box-shadow: 0px 0px 6px 0px #646464 inset !important;
}

.cc-checkboxes-container .cc-checkbox-container {
  margin-top: 1.7em !important;
}

.cc-checkboxes-container > .cc-checkbox-container > span:before {
  position: absolute !important;
  width: 1.6em !important;
  height: 1.6em !important;
  left: 0.3em;
  top: 12%;
  background: #f2f2f2 !important;
  background: radial-gradient(#d7d7d7, #f2f2f2) center/22% 22% !important;
  border: 0px solid #f2f2f2 !important;
  border-radius: 999999px !important;
  box-shadow: 0px 0px 4px 0.5px #646464 !important;
  /*border: 2px solid #ffffff !important;
  background-color: #044888 !important;
  border-radius: 0px !important;
  width: 16px !important;
  height: 16px !important;
  left: 0 !important;
  top: 0;*/
}

.cc-checkboxes-container > .cc-checkbox-container > input:checked + span:before {
  position: absolute !important;
  width: 1.6em !important;
  height: 1.6em !important;
  left: auto;
  top: 12%;
  right: 0.3em !important;
  background: #f2f2f2 !important;
  background: radial-gradient(#d7d7d7, #f2f2f2) center/22% 22% !important;
  border: 0px solid #f2f2f2 !important;
  border-radius: 999999px !important;
  box-shadow: 0px 0px 4px 0.5px #646464 !important;
  /*border: 2px solid #ffffff !important;
  background-color: #044888 !important;
  border-radius: 0px !important;
  width: 16px !important;
  height: 16px !important;
  left: 0 !important;
  top: 0;*/
}

.cc-checkboxes-container > .cc-checkbox-container > span:after {
  content: "Nein";
  position: relative !important;
  left: 50.7%;
  top: 0 !important;
  width: 4ch !important;
  height: 2em !important;
  background: transparent !important;
  border: none !important;
  font-size: 0.86em;
  font-weight: 450 !important;
  line-height: 2.03em;
  text-shadow: 0px 0px 4px #646464 !important;
  /*position: relative;
  left: 0 !important;;
  top: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: -20px;
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
  border-radius: 0px !important;*/
}

.cc-checkboxes-container > .cc-checkbox-container > input:checked + span:after {
  content: "Ja";
  position: relative !important;
  left: 18%;
  top: 0 !important;
  width: 2ch !important;
  height: 2em !important;
  background: transparent !important;
  border: none !important;
  font-size: 0.86em;
  font-weight: 450 !important;
  line-height: 2.03em;
  text-shadow: 0px 0px 4px #646464 !important;
}

.cc-checkbox-container::before {
  content: 'Einverstanden:';
  position: absolute;
  top: 0.625em;
  left: 0;
  padding-left: 0px;
  font-size: 16px;
}

.cc-link {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
  user-select: none;
  opacity: 0;
  filter: Alpha(opacity=0);
  font-size: 0.0001px;
  line-height: 0.0001px;
}

#cookie_cat3 {
  width: 3.85em !important;
  height: 1.6em !important;
  padding: 0.25em !important;
  margin: 0px !important;
  min-height: 0.00001px !important;
  opacity: 0;
}

div.cc-settings-label{
    font-size: 15px;
    align-self: center;
    margin-right: 10px;
}

div.cc-checkboxes-container a {
    margin: 10px 10px 0 2px;
    padding: 0 10px 0 0px;
    text-decoration: underline;
    font-size: 15px;
    line-height: 20px;
}


.cc-checkboxes-container ,
.cc-settings-label {
  font-weight: normal;
}

.cc-settings-label {
  margin-right: 1em !important;
  margin-top: 0.1em !important;
  align-self: baseline !important;
}

.cc-settings-label ,
.cc-settings-label *:visited {
  opacity: 1 !important;
}

.cc-link {
  text-decoration: none !important;
  padding-top: 0.5px !important;
  padding-left: 0.6em !important;
}

.cc-compliance {
  width: 100%;
  margin-top: 0.75em;
  justify-content: left;
  flex-wrap: wrap;
}

@media screen and (max-width: 870px) {
  .cc-compliance {
    justify-content: space-around;
  }
}

.cc-btn {
  margin-top: 0.4em;
  margin-bottom: 0.2em;
  margin-left: 0 !important;
  margin-right: 0.4em !important;
  padding: 0.6em 4em 0.6em 4em;
  flex-basis: 18ch !important;
}

.cc-btn:hover {
  text-decoration: underline;
  font-weight: bold !important;
}

.cc-compliance .cc-allow {
  display: block;
  width: auto;
  border: 1px solid #ffffff !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-radius: 0px;
  font-size: 110%;
  font-size: 19px;
  font-weight: 400 !important;
  padding: 0.84em 0.85em 0.84em 0.85em;
}

.cc-compliance .cc-allow:active {
  box-shadow: -1.5px 1.5px 0px rgb(128,128,128) inset;
  color: transparent !important;
  text-shadow: -1.5px 1.5px 0px #000000;
}

.cc-compliance .cc-dismiss {
  order: 2;
}

.cc-compliance .cc-deny {
  order: 1;
}

.cc-dismiss ,
.cc-deny {
  display: none !important;
  /*background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;*/
}

div.cc-checkboxes-container a {
    margin: -5px 0px 0 0px;
}

input.cc-cookie-checkbox {
   background-color: transparent !important;
}

 .datenschutz .tm-content a{
   text-decoration: underline !important;
 }

 .cookie-decline{
   display: none;
 }



.rd_cookies .jb.cookie {
    position: relative !important;
    z-index: 999;
    width: 100% !important;
    height: auto;
    text-align: center;
    display: none;
    box-shadow: 0 0 0px #fff;
    padding: 10px 0;
    left: 0;
    right: 0;
    float: none !important;
    text-shadow: none;
    border-radius: 0 !important;
    margin: 0 auto !important;
}

.push-top-body{
    position: relative;
}

#pushTop{
    background-color: #ffffff;
}

/* ========================================================================
   Logo
 ========================================================================== */

#rdlogo {
	width: 180px;
	height: auto;
}


/* ========================================================================
    BILDVERWEIS
 ========================================================================== */
.bildverweis_wrapper{
    display: inline-block;
    position: relative;
}

.bildverweis{
    position: absolute;
    top:auto;
    bottom: 5px;
    right: 5px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    font-size: 10px;
    line-height: 12px;
    font-family: "open sans";
    text-transform: none;
    color: #a2a2a2;
    letter-spacing: 0px;
}

.bildverweis::before{
    display: inline-block;
    content: 'Bild:';
    padding-right: 2px;
}


/* ========================================================================
   FLAGGEN
 ========================================================================== */

.lang-inline li{
    filter: url('../js/filters.svg#grayscale');
	filter: gray;
	-webkit-filter: grayscale(1);
	opacity: 0.5;
}

.lang-inline img {
    width: 20px;
    margin-top: 0px;
}

.lang-inline .lang-active, .lang-inline li:hover{
    filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
}

.lang-inline .lang-active img {
    width: 25px;
    margin-top: 0px;
}



/* ========================================================================
   h5
 ========================================================================== */

h5, .uk-h5 {
    letter-spacing: 0px;
	text-transform: none;
	margin: 0 0 15px 0;
}



/* ========================================================================
   GRAUER BALKEN UNTER DEM HEADER
 ========================================================================== */


.grey_bg {
    background-color: rgb(0, 104, 179);
    padding: 10px 0px;
}


.balken {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #ffffff;
	font-family: 'Roboto';
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 24px;
    text-decoration: none;
    text-align: left;
    padding: 0 0px;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 2px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    -webkit-backface-visibility: hidden;
}

/* ========================================================================
   PRESSEVERTEILER
 ========================================================================== */

     .presseverteiler textarea,  .presseverteiler input[type="text"],  .presseverteiler input[type="password"],  .presseverteiler input[type="datetime"],  .presseverteiler input[type="datetime-local"],  .presseverteiler input[type="date"],  .presseverteiler input[type="month"], .presseverteiler input[type="time"],  .presseverteiler input[type="week"],  .presseverteiler input[type="number"],  .presseverteiler input[type="email"],  .presseverteiler input[type="url"],  .presseverteiler input[type="search"],  .presseverteiler input[type="tel"],  .presseverteiler input[type="color"],  .presseverteiler .uneditable-input {
    background-color: #eeeeee;
    }

    .presseverteiler .acymailing_form{
        margin: 0px;
        float: left;
        width: 33%;


    }


.acymailing_lists{float: right;}

    .presseverteiler .acymailing_form td {
        padding-bottom: 5px;
        vertical-align: top;
        display: block;
    }

    .presseverteiler input[type="radio"], .presseverteiler input[type="checkbox"] {
        margin: -1px 0 0;
        *margin-top: 0;
        margin-top: 1px \9;
        line-height: normal;
    }

    .presseverteiler .acyfield_anrede span:nth-child(1){
        display: inline-block;
        width: 25%;
        margin-left: 5%;
    }

    .presseverteiler .acyfield_anrede span:nth-child(2){
        display: inline-block;
        width: 25%;
    }

    .presseverteiler label {
    		display: block;
    		margin-bottom: 0px;
		text-align: center;

		box-shadow: none;
    		height: 22px;
    		line-height: 22px;
    		color: #343434;
    		position: relative;
    		border-radius: 0;
    		font-family: 'Open Sans';
    		font-size: 11px;
    		font-weight: inherit;
    		text-transform: uppercase;
    		letter-spacing: 2px;
			height: auto;
			padding-bottom: 7px;
    }

	.presseverteiler th {
		margin-bottom: 0px;
		text-align: center;
		box-shadow: none;
		height: 22px;
		line-height: 22px;
		color: #343434;
		position: relative;
		border-radius: 0;
		font-family: 'Open Sans';
		font-size: 11px;
		font-weight: inherit;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	.presseverteiler .gbs3 .form-control {
		color: #343434;
		font-family: 'Open Sans';
		font-size: 11px;
		font-weight: inherit;
		text-transform: uppercase;
		letter-spacing: 2px;
		background-color: #eee;
    	border: medium none;
    	box-shadow: none;
	}

	.presseverteiler table thead th {
		padding-bottom: 21px;
	}

	@media (min-width: 766px) and (max-width:880px) {
		.presseverteiler table {margin-top: 19px;}
		.presseverteiler table thead th {padding-bottom: 21px;}
	}

	.presseverteiler .gbs3 .A {
		width: 90% !important;
	}

	.presseverteiler #fin-submit .btn-primary {
		background-image: none;
		background-color: #014C78;
		border: none;
		color: #fff;
		width: 150px !important;
		height: 50px;
	}

	.presseverteiler #fin-submit .btn-primary:hover {
		background-color: #033f61;
	}

	.presseverteiler .gcore-input-wide {
		width: 100%;
		max-width: 100%;
	}

	.presseverteiler .gbs3 .form-control::-moz-placeholder {
		color: #343434;
		opacity: 1;
	}

	.presseverteiler table tr td {
		text-align: center;
	}

	.presseverteiler .uk-table-striped tbody tr:nth-of-type(2n+1) {
		background: #EEEEEE none repeat scroll 0 0;
	}

	.presseverteiler .uk-table td {
		vertical-align: center;
	}

    .presseverteiler .height_fix{
    		min-height: 44px;
    		text-align: center;
 		box-shadow: none;
    		height: 22px;
  		line-height: 22px;
    		color: #343434;
    		position: relative;
    		border-radius: 0;
    		font-family: 'Open Sans';
    		font-size: 11px;
    		font-weight: inherit;
    		text-transform: uppercase;
    		letter-spacing: 2px;
    }

    .presseverteiler .themen_5 label::before{
        display: block;
        content:'Unternehmen';
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_6 label::before{
        display: block;
        content:"Magazin Reader's Digest";
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_7 label::before{
        display: block;
        content:'Trusted Brands';
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_8 label::before{
        display: block;
        content:'daheim in Deutschland';
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_9 label::before{
        display: block;
        content:'Bücher';
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_10 label::before{
        display: block;
        content:'Musik';
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_11 label::before{
        display: block;
        content:'Hörbuch';
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_12 label::before{
        display: block;
        content:'Video und DVD';
		padding-left: 30px;
		text-align: left;
    }
    .presseverteiler .themen_13 label::before{
        display: block;
        content:'Forum 45 Plus';
		padding-left: 30px;
		text-align: left;
    }

    .presseverteiler .themen_14, .presseverteiler .themen_15, .presseverteiler .themen_16,.presseverteiler .themen_17, .presseverteiler .themen_18, .presseverteiler .themen_19, .presseverteiler .themen_20, .presseverteiler .themen_21, .presseverteiler .themen_22, .presseverteiler .themen_23, .presseverteiler .themen_24, .presseverteiler .themen_25, .presseverteiler .themen_26, .presseverteiler .themen_27{display: none;}

    .presseverteiler .deutschland_oesterreich_14, .presseverteiler .deutschland_oesterreich_15, .presseverteiler .deutschland_oesterreich_16,.presseverteiler .deutschland_oesterreich_17, .presseverteiler .deutschland_oesterreich_18, .presseverteiler .deutschland_oesterreich_19, .presseverteiler .deutschland_oesterreich_20, .presseverteiler .deutschland_oesterreich_21, .presseverteiler .deutschland_oesterreich_22, .presseverteiler .deutschland_oesterreich_23, .presseverteiler .deutschland_oesterreich_24, .presseverteiler .deutschland_oesterreich_25, .presseverteiler .deutschland_oesterreich_26, .presseverteiler .deutschland_oesterreich_27{display: none;}

    .presseverteiler .schweiz_deutsch_5, .presseverteiler .schweiz_deutsch_6, .presseverteiler .schweiz_deutsch_7, .presseverteiler .schweiz_deutsch_8 label, .presseverteiler .schweiz_deutsch_9, .presseverteiler .schweiz_deutsch_10, .presseverteiler .schweiz_deutsch_11, .presseverteiler .schweiz_deutsch_12, .presseverteiler .schweiz_deutsch_13, .presseverteiler .schweiz_deutsch_20, .presseverteiler .schweiz_deutsch_21, .presseverteiler .schweiz_deutsch_22, .presseverteiler .schweiz_deutsch_23, .presseverteiler .schweiz_deutsch_24, .presseverteiler .schweiz_deutsch_25, .presseverteiler .schweiz_deutsch_26{display: none;}


    .presseverteiler .schweiz_franzoesisch_5, .presseverteiler .schweiz_franzoesisch_6, .presseverteiler .schweiz_franzoesisch_7, .presseverteiler .schweiz_franzoesisch_8 label, .presseverteiler .schweiz_franzoesisch_9, .presseverteiler .schweiz_franzoesisch_10, .presseverteiler .schweiz_franzoesisch_11, .presseverteiler .schweiz_franzoesisch_12, .presseverteiler .schweiz_franzoesisch_13, .presseverteiler .schweiz_franzoesisch_14, .presseverteiler .schweiz_franzoesisch_15, .presseverteiler .schweiz_franzoesisch_16, .presseverteiler .schweiz_franzoesisch_17, .presseverteiler .schweiz_franzoesisch_18, .presseverteiler .schweiz_franzoesisch_19,  .schweiz_franzoesisch_27{display: none;}




.presseverteiler .themen_13, .presseverteiler .themen_11, .presseverteiler .deutschland_oesterreich_13, .presseverteiler .deutschland_oesterreich_11, .presseverteiler .schweiz_deutsch_18, .presseverteiler .schweiz_franzoesisch_25, .presseverteiler .themen_9, .presseverteiler .deutschland_oesterreich_9, .presseverteiler .schweiz_deutsch_17, .presseverteiler .schweiz_franzoesisch_23, .presseverteiler .themen_6, .presseverteiler .deutschland_oesterreich_6, .presseverteiler .schweiz_deutsch_15, .presseverteiler .schweiz_franzoesisch_21, .presseverteiler .themen_5, .presseverteiler .deutschland_oesterreich_5, .presseverteiler .schweiz_deutsch_14, .presseverteiler .schweiz_franzoesisch_20 {background-color:#eeeeee; padding-top: 10px;}

.presseverteiler .tm-main .uk-width-large-1-3 .gcore-form-row label {
	display: none;
}

.presseverteiler .tm-main .uk-width-large-1-3 .gcore-form-row:nth-child(2) label {
	display: block;
}

.presseverteiler .tm-main .uk-width-large-1-3 .gcore-form-row:nth-child(2) label i {
	color: #343434 !important;
	font-weight: 400 !important;
}

.presseverteiler .tm-main .gbs3 .form-control {
    border-radius: 0px;
}

.presseverteiler .presseverteiler_steps {
	color: #014C78;
	font-size: 16px;
	text-transform: uppercase;
}

.presseverteiler hr {
	margin: 10px 0;
}

@media (min-width: 768px) {
	.presseverteiler .akkreditierung_spalte {margin-top: 93px;}
	.presseverteiler table {margin-top: 64px;}
}

@media (min-width: 768px) and (max-width: 908px) {
	.presseverteiler .akkreditierung_spalte {margin-top: 100px;}
	.presseverteiler table {margin-top: 71px;}
}


/* ========================================================================
   HEADER SLIDESHOW OVERLAY
 ========================================================================== */


.uk-overlay-panel h3 {
    background-color: #343434;
    padding: 5px 10px;
    width: auto;
    display: inline;
	text-transform: uppercase;
	font-weight: 100;
	font-family: "Roboto";
}

.subline {
	text-transform: uppercase;
	color: #343434;
	background-color: #fff;
	padding: 5px 10px;
	display: inline;
	font-size: 48px;
	line-height: 56px;
	font-weight: 100;
	font-family: "Roboto";
}

strong {font-weight: 600;}

.rd_btn {
	background-color: #fff;
	color: #0068B3;
	font-family: 'Roboto';
}

.rd_btn:hover {
	background-color: #0B4986;
	color: #fff;
}



/* ========================================================================
   Unterseite no space
 ========================================================================== */


.no_space #tm-main{
	background-image: url("/images/unternehmen/readers_digest_unternehmen.jpg");
	background-repeat: no-repeat;
	background-size: 100%;

}


.no_space #tm-main > div:nth-child(1) {
    padding: 40px;
    display: block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
}

.presseverteiler #tm-main > div:nth-child(1) {
    padding: 40px;
    display: block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
}


/* ========================================================================
   KONTAKT FORMULAR
 ========================================================================== */


.chrono_credits {display: none;}

.gbs3 .form-control {text-transform: none;}


.gbs3 .btn-default {
    text-shadow: 0 0px 0 ;
}


#send  {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    background: #014c78;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    padding: 0 33px;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    -webkit-backface-visibility: hidden;
	float: right;
}


.gbs3 .full {
    width: 100% !important;
}




/* ========================================================================
   NAVIGATION
 ========================================================================== */

.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
	color: #005d94;
}


/* ========================================================================
   PRESSE
 ========================================================================== */


.ansprechpartner .uk-panel {
    background: #f9f9f9 none repeat scroll 0 0;
    padding-bottom: 40px;
	color: #666666;
}

.downloads .uk-panel-title img {margin-bottom: 40px;}

.presse_hide{
    display:none;
}

.presse_show{
    display:block;
}


.presse .uk-margin-large-bottom,
.pressefr .tm-main-bottom li {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

.next {
	float: right;
}




/* ========================================================================
   FOOTER
 ========================================================================== */


footer .uk-panel a {
	color: #fff !important;
}

.tm-footer-fixed {
    padding-bottom: 450px;
}


/* ========================================================================
   HOME TOP B
 ========================================================================== */


#tm-top-b .uk-accordion-title {color: #00507f;}

#tm-top-b .uk-accordion-title:active, #tm-top-b .uk-accordion-title:hover {color: #666666;}

#tm-top-b .uk-accordion-content {
    padding: 0px;
}



/* ========================================================================
   HR LINIE
 ========================================================================== */

.uk-grid-divider:empty {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
}

hr {
	box-sizing: content-box;
	height: 1px;
	margin: 25px 0;
	border: 1px;
	border-top: 1px solid #e5e5e5 !important;
}



/* ========================================================================
   Gratisverlosung
 ========================================================================== */

.gratisverlosung .tm-slideshow-content-panel .uk-margin{
    margin-bottom: 0px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	padding: 10px 20px 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 49%;
	margin: auto;
}


.gratisverlosung .uk-overlay-bottom {
    position: absolute;
    width: 49%;
    padding: 10px 20px;
}
/* ========================================================================
   MEDIA
 ========================================================================== */

.media_seite .uk-margin-top {margin-top: 0px !important;}
.media_seite .media_seite_nav ul {margin-top: 0px !important; padding: 10px 0px;}
.media_seite .media-padding  {margin-top: 0px !important; padding: 0px 20px 30px;}
.media_seite .media-padding-title  {margin-top: 0px !important; padding: 0px 20px;}

.media_seite  .uk-tab-grid,
.media_seite .uk-subnav-pill {
    margin-left: 0px;
    padding-bottom: 1px;
    border-bottom: none;
    position: relative;
    z-index: 1;
    background-color: #014c78;
}

.media_seite .uk-tab > li.uk-active > a {
    border-color: #ffffff;
    border-bottom-color: transparent;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
}

.media_ueseite .uk-panel-hover {
    padding: 0px !important;
}


.uk-tab > li.uk-active > a::after {
    border-width: 0px;
    border-color: transparent;
    opacity: 0;
    -webkit-transition: border-width 0.2s, -webkit-transform 0.35s;
    transition: border-width 0.2s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-contrast .uk-subnav-pill > .uk-active > a {
	background: rgba(255, 255, 255, 0.1);
}


/* ========================================================================
   UNTERNEHMEN PANEL
 ========================================================================== */


/*.unternehmen .uk-row-first .uk-panel,
.presse .uk-row-first .uk-panel,
.produkte .uk-row-first .uk-panel,
.media .uk-row-first .uk-panel,
.kontakt .uk-row-first .uk-panel {
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 10px !important;
}*/


.unternehmen .wk_linie > div {
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 10px !important;
}


/* ========================================================================
   UEBERSCHRIFTEN
 ========================================================================== */

.unternehmen .tm-top-b h1,
.presse .tm-top-b h1,
.produkte .tm-top-b h1,
.media .tm-top-b h1,
.kontakt .tm-top-b h1 {
	text-align:center;
}


.unternehmen article .uk-article-title,
.unternehmen h1,
.produkte h1,
.media h1
 {
	text-align:center;
	padding-bottom: 45px;

}

.produkte h1,
.media h1 {
	padding-top: 0px !important;
	margin-top:  0px !important;
}


.presse .tm-block-main .uk-block .uk-block-default {
	padding-top: 0px !important;
}

.unternehmen #tm-top-b,
.presse #tm-top-b,
.produkte #tm-top-b,
.media #tm-top-b,
.kontakt #tm-top-b {
	padding-bottom: 0px !important;
}


/* ========================================================================
   UNTERNEHMEN JOB KARRIERE - LISTE
 ========================================================================== */


.jobs .uk-list a:hover::before {
    content: "\e097";
    color: #00507f;
}

.jobs .uk-list a::before {
    content: "\e095";
    position: absolute;
    top: auto;
    left: 12px;
    width: 12px;
    padding: 1px;
    font-family: 'theme-icons';
    font-size: 12px;
    color: #555555;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}


.jobs .uk-list a {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0);
    font-size: 11px;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    padding-left: 32px;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #00507f;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}







/* ========================================================================
   MODAL
 ========================================================================== */

#jbcookies, #jbcookies h1, #jbcookies h2, #jbcookies h3, #jbcookies p{color: #000000;}
#jbcookies a {color: #0089f2 !important;}
#jbcookies .modal-body {
    max-height: 600px !important;
    height: 60vh;
    display: block;
    width: 90%;
    overflow: scroll;
    padding: 2% 5%;
}

.jb.cookie h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 25px;
    color: #0089f2;
}


.jb.cookie a {
    color: #0089f2 !important;
}





/* ========================================================================
   ZOO Lingual
 ========================================================================== */



span.element-lang.de-CH {
    background-position: -128px -22px;
}

span.element-lang.de-AT {
    background-position: -192px 0;
}


/* ========================================================================
   Pegasus Gallery
 ========================================================================== */

.wk-pegasus-gallery .uk-overlay-panel {
  color: #343434 !important;
}

.wk-pegasus-gallery .uk-overlay-background {
  background-color: rgba(255, 255, 255, 0.8) !important;
}


/* ========================================================================
  MEDIA QUERIES
 ========================================================================== */



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

	/* ========================================================================
 	  Logo
 	========================================================================== */

	#rdlogo {
		width: 140px;
		height: auto;
	}
}


@media only screen and (min-width: 960px) and (max-width: 1010px) {

	/* ========================================================================
 	  Logo
 	========================================================================== */

	#rdlogo {
		width: 115px;
		height: auto;
	}
}



@media (max-width: 768px) {

	.tm-footer-fixed {
		padding-bottom: 700px !important;
	}

	.tm-footer-fixed .tm-block-footer {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 0;
		height: 650px;
	}

}

@media (max-width: 478px) {

	.tm-footer-fixed {
		padding-bottom: 900px !important;
	}

	.tm-footer-fixed .tm-block-footer {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 0;
		height: 850px;
	}

}

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

	.subline {font-size: 36px;}
	.tm-slideshow-content-panel .uk-heading-large {font-size: 28px;}

}
