

.registration-sticker-en, .registration-sticker-it  {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-right: auto;
    margin-left: auto;
}

.registration-sticker-en span, .registration-sticker-it span {
	/*display: none;*/
}

.registration-sticker-en {
	background: url("../images/register-button-open-en.png") no-repeat;
	display: block;
	width: 235px;
	max-width: 235px;
	min-height: 115px;
	vertical-align: middle;
	border: 3px solid #08c9f5;
	border-radius: 10px;
}
.registration-sticker-en:hover, .registration-sticker-en:active, .registration-sticker-en:focus {
	background-image: url("../images/register-button-open-en-hover.png");
	border: 3px solid #ffffff;
	border-radius: 10px;
}

.registration-sticker-it {
	background: url("../images/register-button-open-it.png") no-repeat;
	display: block;
	width: 235px;
	max-width: 235px;
	min-height: 115px;
	vertical-align: middle;
	border: 3px solid #08c9f5;
	border-radius: 10px;
}
.registration-sticker-it:hover, .registration-sticker-it:active, .registration-sticker-it:focus {
	background-image: url("../images/register-button-open-it-hover.png");
	border: 3px solid #ffffff;
	border-radius: 10px;
}
  
  

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #bb0000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
a {
  color: #bb0000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover,
a:focus {
  color: #08c9f5;   /*türkis*/
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/*----------- MENUE LOGO - geändert in template css 2559 ---------*/
/*
@media screen and (min-width: 991px) {
  .logo {      ---------- geändert von nur: position: static; ----------
        opacity: 0;
    display: block;
    border: none;
    line-height: 0;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: opacity linear .75s;
        transition-property: opacity;
        transition-duration: 0.75s;
        transition-timing-function: linear;
        transition-delay: 0s;
  }
   .logo a {
    background: transparent;
  }
  .logo:hover a,
  .logo a:hover,
  .logo a:active,
  .logo a:focus {
    color: #ffffff;
  }
}
*/

.logo {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 45px;
}
.logo-image {
    margin-left: 0px;
}

.logo-image > a {
    max-width: 180px;   /* ---------- geändert von: 160px; ----------*/
    max-height: 45px;
    margin-top: 0px;
    /*background: #08c9f5;    türkis*/
    background-image: linear-gradient(black, white);
    background: -webkit-linear-gradient(top, black, white); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:    -moz-linear-gradient(to bottom, black, white); /* For Firefox (3.6 to 15) */
    background-image:      -o-linear-gradient(to bottom, black, white); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom, black, white); /* Standard syntax; must be last */
    /*url("../images/farbverlauf-grau_50.png");*/
}
/*
.logo {
  max-width: 180px;     ---------- geändert von: 160px; ----------
  max-height: 51px;
    position: absolute;
    left: 0px;
    margin-top: 2px;
    z-index: -1;
    transition: z-index ease-in-out .375s;
        transition-property: z-index;
        transition-duration: 0.375s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
}
*/
.logo a {
     background-image: linear-gradient(black, white);
    /*url("../images/farbverlauf-grau_50.png");*/    /* #08c9f5 - türkis*/
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    margin-top: 0px;   /* ---------- geändert von: 0;  für favicon: 17px; ----------*/
}

.logo:hover a, .logo a:hover {
    background: #08c9f5!important;   /* türkis --- #007399 = dunkelblau*/
}


/* ---------- language switch - Fahnen ----------*/
.head-search {
    height: 45px;
    position: absolute;
    right: 0;
    margin-top: 12px;    /*geändert von 0*/
    z-index: 1000;
}

div.mod-languages img {
    border: none;
    width: 20px;
}

/*  in 2017/media/mod_languages/css/template.css  -  nicht ändern!
div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
*/
.mod-languages {
	margin-left: 10px!important;
}



/* ------------ ARTICLE + CATEGORY TITLE -----------  */
.article-title, .article-header h1{
font-size: 24px;
}
.page-title, .page-header h1 {
font-size: 24px;
} 
.page-subtitle, .page-subheader h2 small {
font-size: 32px;
}

/*<div class="foto-credit">*/
.foto-credit {
    bottom: 0px;
    right: 15px;
    position: absolute;
    margin-bottom: 0px;
}

.article img {
    max-width: 100%;
    height: auto;
}

/*<div class="article-intro">*/
#article-intro {
    /*display: block;*/
    position: relative;
  	width: 200px;
    height: 280px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
}
.article-intro img {
    /*display: block;*/
  	width: 200px;
    height: auto;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
}

/*<div class="img-center">*/
.img-center {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

/*<div class="img-right">*/
.img-right {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 10px;
    float: right;
}

/*<div class="img-left">*/
.img-left {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}




/* ---------- PRESENTERMENU - center2 ----------  */
ul.category-module
{
margin: auto 0;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #eeeeee;
}
.categories-module li, ul.categories-module li, .category-module li, ul.category-module li
{
  display: inline-block;
    position: relative;
margin: 0px auto 0px auto;
text-align: center;
   line-height: 20px;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: white;
    border-right-color: white;
}


.item-page {
    margin-bottom: 0px;
}
.corporate .t3-sl-1 {
    border-bottom: 0px solid #eeeeee;   /*geändert in corporate line 7 von: 1px; */
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 30px;
    padding-top: 30px;     /*geändert von 60px*/
  }
}


@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
   -webkit-box-shadow: none!important;
	box-shadow: none!important;
  }
}

/* mainbody-CONTENT unsichtbar */
.t3-mainbody-home {
  padding-top: 0px;
  padding-bottom: 0px;
}
.t3-content-home {
  padding-top: 0px;
  padding-bottom: 0px;
}

#Mod202, #Mod203 {
	margin-top: 15px;
	margin-bottom: 0px;
}
#Mod270, #Mod278, #Mod317, #Mod318 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TABELLEN - CHRONOFORMS */
.gbs3 td, .gbs3 th {
    padding: 0 10px;
}

.gbs3 button, .gbs3 html input[type="button"], .gbs3 input[type="reset"], .gbs3 input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 8px 15px;
	height: auto;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color :#bb0000;
	border:1px solid #ffffff;
	margin-right: auto;
	margin-left: 160px;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.gbs3 button:hover, .gbs3 html input[type="button"], .gbs3 input[type="reset"], .gbs3 input[type="submit"]:hover {
	background-color: #08c9f5;     /* türkis */
	color: #fefefe;
	text-decoration: none;
}

/* TABELLEN - CONTENT */
.table-content {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

.table-content td, .table-content tr td {
    border-bottom: 1px solid #dddddd;
    padding-right: 10px;  
}
.table-content th, td {
    line-height: 1.42857143;
    text-align: left;
    vertical-align: top;
}





/* ---------- Änderungen Salomon ----------  */

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-top: 0;
  padding-bottom: 50px;
  min-height: 100%;
}

a {
	transition: all 0s;
}

.btn-primary {
	background-color: #08c9f5;    /* #08c9f5 - türkis*/
}

.wrap.t3-sl.t3-sl-3 {
	
}



/* ------------ HEADERMENU -----------  */

 /* --------------  geändert in Bootstrap line 4494 ---------------- */
.navbar-fixed-top, .navbar-fixed-bottom {
    position: sticky;                           /* geändert von: fixed; */
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    min-height: 45px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.dropdown-menu {
    line-height: 1.0;
    padding: 0;
	margin: 0;
	background-color: #ffffff;   
}
@media screen and (max-width: 767px) {
 .dropdown-menu {
    line-height: 1.0;
  }
}

 .dropdown-menu img {
    padding-right: 5px;
    max-width: 20px;
    max-height: 20px;
}

.dropdown-menu .mega-nav ul {
	padding: 0;
	margin: 0;
}

.dropdown-menu li {
	padding: 0px 0;     /* ---------- geändert von: 10px 0 ----------*/
	margin: 0;
}

.t3-navbar span.image-title {
	padding-left: 5px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

#t3-mainnav {
	padding-bottom: 0;
}

.t3-mainnav {
	border-bottom: none;
}

.t3-megamenu .mega-inner {
	padding: 5px 0;
	padding-left: 0;
}

ul.nav.navbar-nav.level0 {
	/*margin-left: 30px;*/
}

ul.nav.navbar-nav {
	margin-left: 30px;
}

/*
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #bb0000;
  background-color: #ffffff;
}
 SCHALTET ÜBERGEORDNETEN MENU_PUNKT LINK AUS !!!???!!!
.t3-megamenu .mega-nav > li.open > a,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a {
	color: #ffffff;
  background-color: #bb0000;
}

.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a {
	color:#ffffff;        
	background-color: #bb0000;
}
*/

.navbar-default .navbar-nav > li {
	margin-left: 5px;
}

/* HAUPTMENU oben - GESAMTBREITE*/
.navbar-default {
	background-color: #bb0000;
	/*border-color: #08c9f5;*/
}
.navbar-default .navbar-nav > li > a {
    padding: 0;
    line-height: 45px;
}

/*  HAUPTMENU oben - EINZEL-MENU PUNKTE*/
.navbar-default .navbar-nav li a {
	color:#ffffff;
	background-color: #bb0000;
	padding-right: 7px;
	padding-left: 7px;
}
/*  HAUPTMENU oben - EINZEL-MENU PUNKTE ->> HOVER */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
     color: #ff0000;
     background-color: #dddddd;     /* geändert von hellgrau: eeeeee; */
}
/* im HAUPTMENU oben - NACH HOVER */
.navbar-default .navbar-nav > li.current > a {
	color:#ffffff;
	background-color: #bb0000;
	/*padding-right: 10px;
	padding-left: 10px;*/
}

/* DROPDOWN-MENU - SUBMENU */
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    padding: 10px;
    color: #bb0000;
    background-color: #ffffff;
}

/*  DROPDOWN-MENU SUBMENU - EINZEL-MENUS HOVER */
.navbar-default .navbar-nav li a:hover {
	color: #ff0000!important;  
	background-color: #dddddd;     /* geändert von hellgrau: eeeeee; */
} 

/*  DROPDOWN-MENU - EINZEL-MENUS HOVER*/
.navbar-default .navbar-nav li a:active, .navbar-default .navbar-nav li a:focus {
	color: #ffffff!important;  
	background-color: #bb0000;    /* geändert von türkis: 08c9f5; */
} 

/* HAUPTMENU oben: MENUPUNKT bleibt AKTIV */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #bb0000;
    background-color: #ffffff;        /* geändert von türkis: 08c9f5; */
}

/* 1.UNTERMENU: MENUPUNKT bleibt AKTIV */
.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    color: #ffffff;
    background-color: #bb0000;
    font-weight: bold;
}

.t3-megamenu .mega-nav > li.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.open > a {
    background: #dddddd;     /* geändert von hellgrau: eeeeee; */
}

/* DROPDOWN-MENU OBEN*UNTEN RAND */
div.col-xs-12.mega-col-nav{
	padding: 0;
	background-color: #bb0000;
}
 
.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li {
    border-bottom: 0px solid #515151;     /*grau*/
}

.t3-megamenu .mega-nav > li:first-child, .t3-megamenu .dropdown-menu .mega-nav > li:first-child {
    border-top: 0px solid #515151;   /*grau*/
}



/*----------- MENUE im HANDY ---------*/

.t3-mainnav .t3-navbar-collapse {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 0px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 767px) {
.img-right, .img-left {
	margin: 0px 0 10px;
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background: #eb8602;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    padding: 10px 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff0000;
    background-color: #c0c0c0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ff0000;
    background-color: #ffffff;
  }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ff0000;
    background-color: #c0c0c0;   /* geändert von orange: e69500; */
  }
}

/* HAMBURGER MENU BACKGROUND */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #08c9f5;
    color: #ffffff;
}
.navbar-toggle {
    padding: 0;
    height: 45px;
    line-height: 45px;
    width: 45px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-toggle + .head-search {
    right: 45px;
}
/*
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ff0000;            geändert von orange: e69500/FF9900; 
}*/

.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #ff0000;           /* geändert von orange: e69500/FF9900; */
}
.dropdown-menu > li:first-child {
    border-top: 1px solid #ff0000;     /* geändert von: 0; */
}





/*----------- MENUE LOGO ---------*/
.logo-image img.logo-img,
.logo-image img.logo-img-sm {
	
}

@media (max-width: 990px) {

  .logo-image  {
  	margin-left: 0px;
  }
  
  .logo-image .logo-img {
    
  }
}

@media (min-width: 991px) {

  .logo-image .logo-img-sm {
    display: none;
  }
  
.logo-image .logo-img {
    display: block;
  }
}





/* ---------- Definierung Module und Boxen ----------  */

.corporate .slideshow {
	/*background: #08c9f5!important;*/
	border-bottom: none!important;
	padding: 0!important;
	/*background-image: url("../images/aParadoxa-1020409d.jpg")!important;
	height: 501px;*/
}

/* ---------- Module ----------  */

.mod-header-top3 {
	/*height: 180px;*/
	height: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	/*background-color: #08c9f5!important;*/
	/*background-image: url("../images/aParadoxa-1020409d_2500sw.jpg");
	background-image: url("../images/farbverlauf-grau_220.png");*/
	background-image: linear-gradient(black, white);
	background: -webkit-linear-gradient(top, black, white); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:    -moz-linear-gradient(to bottom, black, white); /* For Firefox (3.6 to 15) */
    background-image:      -o-linear-gradient(to bottom, black, white); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom, black, white); /* Standard syntax; must be last */
}

.mod-homeslider-01 {
	/*height: 510px;
	background-color: pink;*/
}

.mod-slideshow-a {
	/*background-color: green;*/
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.mod-slideshow-b {
	/*height: 710px;
	background-color: green;*/
}

.mod-slideshow-c {
	/*height: 510px;
	background-color: pink;*/
}

.mod-homeslider-01 {
	height: 200px;
	background-color: pink;
}

.mod-welcome {
	height: auto;
	background-color: #ffffff;
	margin-top: 0px;
}

.welcome-info {
	color: #bb0000;
	font-weight: bold;
	font-size: 33px;
	padding: 10px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
  .welcome-info {
	color: #bb0000;
	font-weight: bold;
	font-size: 28px;
	padding: 5px;
	text-align: center;
}
}

@media screen and (max-width: 768px) {
  .mod-welcome {
	height: auto;
	background-color: #ffffff;
	margin-top: 30px;
}
}

@media screen and (max-width: 768px) {
  .welcome-info {
	color: #bb0000;
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	text-align: center;
}
}

.mod-bigpicture-02 {
	/*height: 510px;*/
	background-color: yellow;
}

.mod-spotlight-1 {
	/*height: 510px;
	background-color: transparent;
	background-image: url("../images/aBD-3890do.jpg");*/
}

.mod-spotlight-3 {
	/*height: 510px;
	background-color: transparent;
	background-image: url("../images/adR-7546do.jpg");*/
}

.mod-spotlight-6 {
	margin: 50px 0;
}

.mod-news {
	height: auto;
	background-color: #08c9f5;
	margin-top: 0px;
	/*background-image: url("../images/aParadoxa-1020409d.jpg");*/
}
.mod-news-berlin {
	height: auto;
	/*background-color: #08c9f5;*/
	margin-top: 0px;
	/*background: url("../images/ berlin-DSC_0552-s.jpg") no-repeat;*/
}

.mod-intern {
	height: 100%;
	background-color: pink;
	padding: 10px 0;
}

.newsarea-01 {
	text-align: left; 
	line-height: 22px; 
	width: 100%; 
	height: auto; 
	padding: 5px 0; 
	background-color: #08c9f5;
	border: 0px solid #bb0000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:0px;
}

.newsarea-berlin {
	text-align: left; 
	line-height: 22px; 
	width: 100%; 
	height: auto; 
	padding: 5px 0 0; 
	background-color: #eb8602;
	border: 0px solid #bb0000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:0px;
}
.newsarea-berlin h1 {
	font-size: 28pt;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
}
.newsarea-berlin h4 {
	font-size: 14pt;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
}

.newsarea-01 h2 {
	font-size: 24pt;
	color: #bb0000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
}

.newsarea-01 p {
	font-size: 12pt;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

.newsletter-form-01 {
	text-align: left; 
	width: 262,5px; 
	height: auto; 
	margin-bottom: 20px; 
	padding: 15px; 
	/*background-color: #c0c0c0;*/ 
	background-color: #c0c0c0; 
	border: 0px solid #bb0000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:0px;
}

.newsletter-form-01 .mc-field-group input, .newsletter-form-berlin .mc-field-group input {
	width: 100%;
}

.newsletter-form-01 .mc-field-group label, .newsletter-form-berlin .mc-field-group label {
	padding-top: 15px;
}

.newsletter-form-01 input, .newsletter-form-berlin input {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 

.newsletter-form-01 input.button {
	padding: 8px 15px;
	height: auto;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color :#bb0000;
	border:1px solid #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 

.newsletter-form-01 input.button:hover {
	background-color: #08c9f5;     /* geändert von grün: 35b128; */
	color: #fefefe;
	text-decoration: none;
}

.newsletter-form-berlin {
	text-align: left; 
	width: 262,5px; 
	height: auto; 
	margin-top: -8px; 
	padding: 5px; 
	/*background-color: #c0c0c0;*/ 
	background-color: #c0c0c0; 
	border: 0px solid #bb0000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 	
	border-radius:0px;
}
.newsletter-form-berlin input.button {
	padding: 8px 15px;
	height: auto;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color :#bb0000;
	border:1px solid #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
} 
.newsletter-form-berlin input.button:hover {
	background-color: #eb8602;     /* geändert von grün: 35b128; */
	color: #fefefe;
	text-decoration: none;
}

.newsletter-form-01 h3, .newsletter-form-berlin h3 {
	font-size: 18pt;
	color: #bb0000
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
}

div.wrap.t3-sl.t3-sl-3 {
	/*height: 250px;*/
	/*background-color: aqua;*/
}

.col-lg-5 {
	
}

div.col-lg-5.col-md-5.col-sm-12.col-xs-12 img {
	font-size: 100%;
	line-height: 100%;
}

.t3-module .module-ct span {
	text-align: center;
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.headerlogo480, .headerlogo900 {
	position: relative; 
	z-index: 1; 
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.headerlogo480 img {
	width: 100%;
	max-width: 475px;
	height: 100%;
	max-height: 126px;
}

.headerlogo900 img {
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 220px;
}


.headerlogo-date {
	position: relative; 
	z-index: 1; 
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.headerlogo-date img {
	width: 85%;
	max-width: 450px;
}

.xp-linkpic {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-right: auto;
    margin-left: auto;
	display: block;
	width: 300px;
	max-width: 300px;
	min-height: 115px;
	vertical-align: middle;
	background-color: #c0c0c0;
}

.xp-linkpic:hover, .xp-linkpic:active, .xp-linkpic:focus {
	background-color: orange;
	border: 0px solid #ffffff;
	border-radius: 0px;
}
  
  .shop-continue {
    text-align: center;
    float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto;
	display: block;
	width: 185px;
	max-width: 185px;
	min-height: 30px;
	vertical-align: middle;
	background-color: #08c9f5;
}

.shop-continue:hover, .shop-continue:active, .shop-continue:focus {
	background-color: #bb0000;
	border: 0px solid #ffffff;
	border-radius: 0px;
}
  
 .archive-berlin {
	text-align: left;
	height: 100%;
	margin-top: -56px;
	color: #ffffff;
	width: 300px;
}
 .archive-berlin:hover, .xp-linkpic:active, .xp-linkpic:focus {
	color: #FF8800;   /* orange */
	width: 300px;
}

.registration-select {
  	float: left;
	background: #08c9f5;
	display: block;
	margin-right: 50px;
	width: 200px;
	max-width: 235px;
	min-height: 115px;
	vertical-align: middle;
	border: 3px solid #08c9f5; /* türkis */
	border-radius: 10px;
}
.registration-select:hover, .registration-sticker-en:active, .registration-sticker-en:focus {
	background: #bb0000;
	border: 3px solid #bb0000;
	border-radius: 10px;
}

.socialmedia {
    background: #c0c0c0;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 5px;
}

.socialmedia img {
    padding-right: 5px;
    width: 50px;
    height: 50px;
}
 
  
  /* ---------- Footer ----------  */
  
  .t3-footer {
	/*background-color: #08c9f5;
  	background-image: url("../images/aParadoxa-1020409d_2500sw.jpg");*/
  	background-image: linear-gradient(black, white);
  	background: -webkit-linear-gradient(top, black, white); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:    -moz-linear-gradient(to bottom, black, white); /* For Firefox (3.6 to 15) */
    background-image:      -o-linear-gradient(to bottom, black, white); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom, black, white); /* Standard syntax; must be last */
	padding-top: 0px;
	position: absolute;
    bottom: auto;
    width: 100%;
}

 .t3-footer-main {
	/*background-color: #08c9f5;
  	background-image: url("../images/aParadoxa-1020409d_2500sw.jpg");*/
  	background-image: linear-gradient(black, white);
  	background: -webkit-linear-gradient(top, black, white); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:    -moz-linear-gradient(to bottom, black, white); /* For Firefox (3.6 to 15) */
    background-image:      -o-linear-gradient(to bottom, black, white); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom, black, white); /* Standard syntax; must be last */
	padding-top: 0px;
	position: absolute;
    bottom: 0;
    width: 100%;
}

 #t3-footer-festival {
	/*background-color: #08c9f5;
  	background-image: url("../images/aParadoxa-1020409d_2500sw.jpg");*/
  	background-image: linear-gradient(black, white);
  	background: -webkit-linear-gradient(top, black, white); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:    -moz-linear-gradient(to bottom, black, white); /* For Firefox (3.6 to 15) */
    background-image:      -o-linear-gradient(to bottom, black, white); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom, black, white); /* Standard syntax; must be last */
	padding-top: 0px;
	position: absolute;
    bottom: 0;
    width: 100%;
}

 .t3-copyright {
 	padding: 13px 0 5px;
 	border-top: none;
 	background-color: #bb0000!important;
 }
 
 .copyright {
 	color: #ffffff;
 	margin-bottom: 0;
 }
 
 .copyright a {
 	color: #ffffff;
 	font-weight: bold;
 }
 
 .footer-text {
 	text-align: center;
 	font-size: 0.9em;
	color: #ffffff;
 }

 .orange-small {
 	color: #bb0000; 
 	font-family: American Typewriter;
 }
 
 .t3-footer-sl {
 	padding: 0px 0;
 }
  
 .t3-footer-sl .t3-module {
 	background-color: transparent!important;
 	color: #ffffff;
 }
 
 .t3-footer-sl .t3-module ul > li > a {
 	color: #ffffff;
 }
 
  .t3-footer img {
    padding-right: 5px;
    max-width: 20px;
    max-height: 20px;
}

 .t3-footer-sl .t3-module {
    background: #bb0000;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px; 
}

@media screen and (min-width: 768px) {
  .t3-footer-sl {
    padding-top: 0px;
  }
}

.t3-footer-sl .t3-module ul > li {
    line-height: 20px;
}

/* FOOTER-LINKS */
.t3-footer-sl .t3-module ul > li > a {
    color: #bb0000;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 5px;
}
.t3-footer-sl .t3-module ul > li > a:hover, 
.t3-footer-sl .t3-module ul > li > a:active, 
.t3-footer-sl .t3-module ul > li > a:focus {
    color: #ff0000;
}

#back-to-top.affix {
    bottom: 70px;
}
.btn-primary {
    color: #ffffff;
    background-color: #08c9f5;
    border-color: #08c9f5;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #bb0000;
    border-color: #bb0000;
}




 
@media screen and (max-width: 991px) { 
.t3-module .module-ct p img {
	width: 100%;
	height: auto;
  }
} 

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
