/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the
 * BP dev community and team.
 */

/* ==========================================================================
   Layout styles: opinionated defaults
   ========================================================================== */

html {
  overflow-x: hidden;
}

.zitat {
  color: #fff;
  font-family:  'Verdana', 'Arial', 'Helvetica', sans-serif;
  /* font-size: 35px; */
  font-size: 2em;
  font-weight: 400;
  line-height: 1.125em; 
  padding:5px; 
}

.zitatklein {
  color: #fff;
  font-family: 'Verdana','Arial', 'Helvetica', sans-serif;
  /* font-size: 20px; */
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.0em; 
  padding: 5px; 
}

.zitatsw {
  color: #E30614;
  font-family:'Verdana','Arial', 'Helvetica', sans-serif;
  /* font-size: 35px; */
  font-size: 2em;
  font-weight: 400;
  line-height: 1.125em;
}

.zitatkleinsw {
  color: #000;
  font-family: 'Verdana','Arial', 'Helvetica', sans-serif;
  /* font-size: 20px; */
  font-size: 1.428em;
  font-weight: 400;
  line-height: 1.0em;
}

img { -ms-interpolation-mode: bicubic; }
/*html { -webkit-font-smoothing: antialiased; }*/

button, html, input, select, textarea {
  font-family: 'Arial', 'Helvetica', sans-serif;
}

/*input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: checkbox;
  cursor: pointer;
}*/

.wrapper {
  width: 100%;
  max-width: 1078px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;

   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
       box-sizing: border-box;
  *behavior: url(../polyfills/boxsizing.htc);
}

@media (max-width:1118px) {
  .wrapper {
    margin: 0 20px;
    width: auto;
  }
}

@media (max-width:753px) {
  .wrapper {
    margin: 0;
  }
}

body {
  color: #000000;
  font-family: 'Verdana','Arial', 'Helvetica', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
  min-width: 320px;
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
}
sub, sup {
    font-size: 90%;}

div.csc-textpic-border img {
    border: 1px solid #dddddd !important;

    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
        box-sizing: border-box;
   *behavior: url(../polyfills/boxsizing.htc);
}

#ie_clearing {
  display: none;
}

a,
a:visited,
a:hover,
a:active,
a:focus,
img.map,
map area{
	outline: 0;
	outline: none;
}

a,
a:visited {
  text-decoration: none;
  color: #000000;

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}


a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #ff0000;

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

a.mehr,
a.mehr:visited {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: block;
  text-align: center;
  color: #ff0000;
  font-size: 1em;
  padding: 0.5em 0;
  margin-bottom: 15%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

a.mehr:hover,
a.mehr:active,
a.mehr:focus {
  text-decoration: none;
  background: none repeat scroll 0 0 #dddddd;
  color: #fff;

}


a.plus:visited {
  /*line-height: 2em;  */
  position: relative;
}


.content .f3 > p > a.plus {
 color: #fff; !important;
  font-weight: bold;
}
.content .f3 > p >
   a.plus:hover,
   a.plus:focus {
   color: red;
    font-weight: bold;
   }
   
   .content .f2 > p > a.plus {
 color: #fff; !important;
  font-weight: bold;
}
.content .f2 > p >
   a.plus:hover,
   a.plus:focus {
   color: red;
   }


a.plus:before {
  font: normal normal normal 14px/1 FontAwesome;
 /* content: "\25b7";  */
  content: "\f105";
  width: 10px;
  display: inline-block;
  color: red;
  font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.external-link-new-window:before {
  font: normal normal normal 14px/1 FontAwesome;
 /* content: "\25b7";  */
  content: "\f105";
  width: 10px;
  display: inline-block;
  color: red;
  font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.external-link-new-window,
a.external-link-new-window:visited {
  position: relative;
  display: inline-block;
}

a.external-link-new-window:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  position: absolute;
  right: -30px;
  bottom: 2px;
  /* content: "\f061"; */
    /* transform: rotate(-45deg); */
}

a.pdf,
a.pdf:visited {
}

a.pdf:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  margin-right: 0.5em;
  position: relative;
  content: "\f1c1";
}

.csc-textpic-caption a.pdf,
.csc-textpic-caption a.pdf:visited {
  display: block;
  margin-top: 1em;
}

.border-wrapper.full {
/*  border: 1px solid #dddddd; */
}

.border-wrapper.bottom {
/*  border-bottom: 1px solid #dddddd; */
}

.border-wrapper.left {
  border-left: 1px solid #dddddd;
}

.border-wrapper.top {
  border-top: 1px solid #dddddd;
}

.border-wrapper.right {
  border-right: 1px solid #dddddd;
}

hr {
    border-color: #dddddd -moz-use-text-color -moz-use-text-color;
  margin-top: 2em;
}

h1 {

  font-size: 1.2em;
  font-size: 16px;
  /* color: #dddddd; */
  line-height: 1.125em;
  /* text-transform: uppercase; */
}

h2 {
  color: #000000;
  line-height: 1em;
  font-weight: 300;
  /* font-size: 30px; */
  font-size: 1em;
  font-weight: bold;
}

h3 {
  display: block;
  color: #ff0000;
  font-size: 1em;
  font-weight: 300;
  padding: 0.5em 0;
  /*font-size: 20px; */
  font-size: 1.428em;
  margin-bottom: 2%;
  margin-top: 0;
}

body.inhalt h3 {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

h4 {
	/* font-size: 17px; */
	font-size: 1.214em;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h5 {
  color: #000000;
  line-height: 2em;
  font-weight: 700;
  /* font-size: 14px; */
  font-size: 1em;
}

p, pre {
  margin: 0 0;
}

.layout-2 p,
.layout-2 pre {
  margin: 2em 7.5%;

  font-size: 20px;
  color: #6c574c;
  font-weight: 300;
  line-height: 1.5em;
}

.csc-einleitung p,
.csc-einleitung pre {
  font-weight: 300;
}

.content ul {
  padding: 0;
  margin-top: -2em;
  margin-bottom: 0;
  list-style-type: none;
}

.content .csc-sitemap ul {
  margin-top: 0;
}

.content .csc-sitemap > ul > li > a {
  font-weight: bold;
}

.content h2 + ul {
  margin-top: 1em;
}

.content ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.5em;
}

.content ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}


.content .f3 {
    background-color: #ACA9A9;
    width: 290px;
    height: 130px;
    float:left;
    padding: 10px;
    margin-right: 1%;
    color: white;
    margin-top: 1%;

}
.content .f2 {
    background-color: #ACA9A9;
    width: 290px;
    height: 90px;
    float:left;
    padding: 10px;
    margin-right: 1%;
    color: white;
    margin-top: 1%;

}


p,
pre,
figcaption.csc-textpic-caption {
  font-size: 12px;
  line-height: 1.5em;
}

@media (max-width:753px) {
  h1 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 12px;
    letter-spacing: 0;
  }
  h4 > * {
    letter-spacing: 0 !important;
  }
  .layout-2 p,
  .layout-2 pre {
    font-size: 15px;
  }

  /*a.mehr,
  a.mehr:visited {
    font-size: 2.5vw;
  }

  h1 {
    font-size: 5.5vw;
  }*/
}

.totop {
	font-size: 3em;
    opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5000;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.totop.active {
    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* Bildergalerie */
.layout-5 div.csc-textpic-imagerow ~ div.csc-textpic-imagerow {
	display: none;
}

/* ==========================================================================
   Header styles: opinionated defaults
   ========================================================================== */

.header > *:first-child {
  width: 100%;
  height: 150px;
  background-color: white;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header > *:first-child + * {
  margin-top: 128px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header.open > *:first-child {
  height: 120px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header.open > *:first-child + * {
  margin-top: 120px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header > *:first-child > .wrapper {
  height: 100%;

 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
     box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

.header ul.menu li {
  margin-left: 35px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header ul.menu li.lang {
  margin-left: 70px;
}

.header ul.menu li:first-child {
  margin-left: 0;
  position: relative;
}

.header ul.menu a,
.header ul.menu a:visited {
/*  letter-spacing: 1px; */
  font-size: 18px;
  color: #000000;
/*
  text-transform: uppercase;
*/
}

.header ul.menu li.current a,
.header ul.menu li.current a:visited {
  font-weight: 800;
}

ul li.lang.current {
  display: none;
}

.header ul.menu a:hover,
.header ul.menu a:active,
.header ul.menu a:focus {
  color: #ff0000;
  text-decoration: none;
}

ul li.lang a,
ul li.lang a:visited {
	color: gray !important;
}

ul li.lang a:hover,
ul li.lang a:active,
ul li.lang a:focus {
  color: #ff0000 !important;
}

.header ul.menu i {
  margin-right: 10px;
  color: #c1c1c1;

  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.mobile {
  display: none;
  position: absolute;
  left: 20px;
  top: 0;
}

.mobile a,
.mobile a:visited {
  font-size: 2.5em;
  display: block;
  padding: 18px 25px 18px 0;
}

body.loaded .header ul.menu i {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);

  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.header h2 {
  color: #6c574c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 300;
}

@media (max-width:1100px) {
	.header ul.menu a,
	.header ul.menu a:visited {
	  font-size: 16px;
	}

	.header ul.menu li {
		margin-left: 30px;
	}

}

@media (max-width:900px) {
	.header ul.menu li {
		margin-left: 20px;
	}

}

@media (max-width:823px) {
  .header ul.menu li {
    margin-left: 13px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
}

@media (max-width:753px) {
  #nav {
    display: none;
  }

  .header h2 {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .flyout-content h2 {
    font-size: 17px;
  }

  .header > *:first-child,
  .header.open > *:first-child {
    height: 70px;
    position: relative;
  }

  .header > *:first-child + *,
  .header.open > *:first-child + * {
    margin-top: 0;
  }

  .header ul.menu li {
    margin-left: 10px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .mobile {
    display: block;
  }
}

/* ==========================================================================
   Logo styles: opinionated defaults
   ========================================================================== */

.logo {
  padding-top: 15px;
  height: 96px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header.open .logo {
    height: 73px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.logo .csc-textpic-imagewrap {
	position: absolute !important;
	right: 20px !important;
}

.logo h4 {
	margin: 0;
}

.header .logo figure,
.header .logo img {
  margin: 0 !important;
  width: 115px;
  height: auto;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header.open .logo figure,
.header.open .logo img {
  margin: 0 !important;
  width: 90px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width:1000px) {
	.header .logo figure,
	.header .logo img {
	  width: 90px;
	}

	.header.open .logo figure,
	.header.open .logo img {
	  width: 65px;
	}
}

@media (max-width:753px) {
  .logo .csc-textpic-text {
    display: none;
  }

  .header .logo,
  .header.open .logo {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .header .logo figure,
  .header .logo img,
  .header.open .logo figure,
  .header.open .logo img {
    width: 50px;
  }

}

/* ==========================================================================
   Menu styles: opinionated defaults
   ========================================================================== */

ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;  
  /*white-space: nowrap;*/
}

.nav ul.menu,
.nav ul.menu ul {
  white-space: nowrap;  
}

ul.menu li {
  display: inline-block;
}

ul.menu ul li {
  display: block;
}

ul.menu ul.ebene2 {
  display: none;
}

ul.menu li.language.open ul.ebene2 {
  display: block;
  position: absolute;
  left: -10px;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 36px;
  border: 1px solid #dddddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.menu li.language.open ul.ebene2:after {
  content: "";
  position: absolute;
  left: 22px;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 15px 17px;
  border-color: transparent transparent #ffffff transparent;
}

ul.menu li.language.open ul.ebene2:before {
  content: "";
  position: absolute;
  left: 22px;
  top: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 15px 17px;
  border-color: transparent transparent #dddddd transparent;
}

ul.menu li.language.open ul.ebene2 li {
    display: inline-block;
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}

ul.menu li.language.open ul.ebene2 li:before {
    content: "|";
  position: absolute;
  left: -3px;
  top: 0;
}

ul.menu li.language.open ul.ebene2 li:first-child {
  margin-left: 0;
  padding-left: 0;
}

ul.menu li.language.open ul.ebene2 li:first-child:before {
    content: "";
}

@media (max-width:753px) {
  ul.menu li.language.open ul.ebene2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ==========================================================================
   Submenu styles: opinionated defaults
   ========================================================================== */

body.inhalt .subnav {
  float: left;
  width: 31%;
  padding-right: 2%;
}

body.inhalt .subnav ul.menu > li {
  display: none;
}

body.inhalt .subnav ul.menu > li.current {
  display: block;
  margin-top: -3px;
}

body.inhalt .subnav ul.menu li.current ul.ebene2 {
  margin-top: 1em;
  display: block;
}

body.inhalt .subnav ul.menu > li > a,
body.inhalt .subnav ul.menu > li > a:visited {
  color: #000000;
  font-size: 16px;
  /* text-transform: uppercase; */
  font-weight: 600;
  line-height: 1.5em;
}

@media (max-width:753px) {
  body.inhalt .subnav ul.menu > li > a,
  body.inhalt .subnav ul.menu > li > a:visited {
    font-size: 18px;
  }
}

body.inhalt .subnav ul.menu > li ul.ebene2 > li.current {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

body.inhalt .subnav ul.menu > li ul.ebene2 > li a,
body.inhalt .subnav ul.menu > li ul.ebene2 > li a:visited {
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #000;
  font-size: 12px;
  display: block;
}

body.inhalt .subnav ul.menu > li ul.ebene2 li.current > a,
body.inhalt .subnav ul.menu > li ul.ebene2 li.current > a:visited {
  font-weight: 500;
}

body.inhalt .subnav ul.menu > li ul.ebene2 > li > a:before {
  content: "\25b7";
  width: 20px;
  display: inline-block;
    position: absolute;
  left: 20px;
}

body.inhalt .subnav ul.menu > li ul.ebene2 > li.current > a:before {
  content: "\25b6";
}

body.inhalt .subnav ul.menu > li ul.ebene2 > li.current.hassub > a:before {
  content: "\25bc";
}
ul.ebene2 > li.first.element2.current,
ul.ebene2 > li.element2,
ul.ebene2 > li.last.element2 {
	padding-left: 20px; 
}

body.inhalt .subnav ul.menu > li ul.ebene3 > li > a:before {
  content: "\25b7";
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 40px;
} 
body.inhalt .subnav ul.menu > li ul.ebene3 > li.current > a:before {
  content: "\25b6";
}
body.inhalt .subnav ul.menu > li ul.ebene3 > li.current.hassub > a:before {
  content: "\25bc";
} 
ul.ebene3 > li.first.element3.current,
ul.ebene3 > li.element3,
ul.ebene3 > li.last.element3 {
    
	padding-left: 20px;
}  

body.inhalt .subnav ul.menu > li ul.ebene4 > li a,
body.inhalt .subnav ul.menu > li ul.ebene4 > li a:visited {
	line-height: 1.325em;
	position: relative;
}

body.inhalt .subnav ul.menu > li ul.ebene4 > li > a:before {
  content: "-";
  width: 20px;
  margin-left: 20px;
  display: inline-block;
  position: absolute;
  left: -30px;
}
ul.ebene4 > li.first.element4.current,
ul.ebene4 > li.element4,
ul.ebene4 > li.last.element4 {
    list-style-position: outside;
	padding-left: 10px;
}
body.inhalt .subnav ul.menu > li ul.ebene4 > li> a:link   { color:black; }
body.inhalt .subnav ul.menu > li ul.ebene4 > li> a:visited {color:black;}
body.inhalt .subnav ul.menu > li ul.ebene4 > li> a:hover  {color:red;}
body.inhalt .subnav ul.menu > li ul.ebene4 > li> a:active  {color:red;}

body.inhalt .content {
  margin-left: 33%;
  padding-left: 2%;
  width: 27%;
  width: auto;
  border-left: 1px solid #dddddd;
}

/* ==========================================================================
   Submenu (Maschinen) styles: opinionated defaults
   ========================================================================== */

body.maschinen .subnav ul.menu > li ul.ebene2 > li > a,
body.maschinen .subnav ul.menu > li ul.ebene2 > li > a:visited {
  display: block;
  color: #6c574c;
  background-color: #f0e9e6;
  text-transform: uppercase;
  line-height: 1.5em;
}

body.maschinen .subnav ul.menu > li ul.ebene2 li.current > a,
body.maschinen .subnav ul.menu > li ul.ebene2 li.current > a:visited {
  font-weight: 300;
}

body.maschinen .subnav ul.menu > li ul.ebene2 > li > a:before,
body.maschinen .subnav ul.menu > li ul.ebene2 > li.current.hassub > a::before {
  content: "";
}

body.maschinen .subnav ul.menu > li ul.ebene2 > li.current {
    border-bottom: 0 none transparent;
    border-top: 0 none transparent;
}

body.maschinen .subnav ul.menu > li ul.ebene3 {
  margin: 1em 0;
}

body.maschinen .subnav ul.menu > li ul.ebene3 > li {
  padding-left: 40px;
  position: relative;
    position: relative;
    top: 40px;
}

body.maschinen .subnav ul.menu > li ul.ebene3 > li > a:before {
  content: "\25b7";
  width: 20px;
  margin-left: -20px;
  display: inline-block;
  position: absolute;
}

body.maschinen .subnav ul.menu > li ul.ebene3 > li.current > a:before {
  content: "\25b6";
}

body.maschinen .subnav ul.menu > li ul.ebene3 > li.current.hassub > a:before {
  content: "\25bc";
}

body.maschinen .subnav ul.menu li.element3.current {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

body.maschinen .subnav ul.menu > li ul.ebene4 > li {
    margin-left: 40px;
}

body.maschinen .subnav ul.menu > li ul.ebene4 > li > a,
body.maschinen .subnav ul.menu > li ul.ebene4 > li > a:visited {
    margin-left: 0px;
  white-space: normal;
}

body.maschinen .subnav ul.menu > li ul.ebene4 > li {
  margin-left: 20px;
}

body.maschinen .subnav ul.menu > li ul.ebene4 > li > a:before {
  content: "-";
  width: 15px;
  margin-left: -15px;
  position: absolute;
}

/* ==========================================================================
   Content styles: opinionated defaults
   ========================================================================== */

.content > *:first-child > .csc-header > *:first-child,
.content .csc-textpic-text > *:first-child,
.content .csc-default > p:first-child,
.content .csc-header + * {
  margin-top: 0;
}

.content figure,
.content img {
  width: 100%;
  height: auto; 
}

.content .csc-textpic-imagewrap {
  width: 100%;
}

.content .csc-textpic-imagerow {
  margin-bottom: 2% !important;
  margin-right: 2% !important;
  margin-top: 0%;
}

.content .csc-textpic-imagerow-last {
	margin-bottom: 0 !important;
}

.content .csc-textpic-imagerow-last:first-child {
	margin-bottom: 0 !important;
}

.content .layout-6 .csc-textpic-imagerow figure {
  margin-bottom: 1.25vw !important;
}

.content .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-firstcol {
  width: 48%;
}

.content .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-firstcol {
  width: 48%;
}

.content .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-lastcol {
  margin-left: 52%;
  float: none;
}

.content div[class*="csc-textpic-intext"] .csc-textpic-imagewrap {
   width: 48%;
  /* width: auto; */
}

.content div.csc-downloads div[class*="csc-textpic-intext"] .csc-textpic-imagewrap {
  width: 23%;
}

.content .csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 52%;
  float: none;
}

.content div.csc-downloads .csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 27%;
}

.content .csc-textpic-intext-right-nowrap .csc-textpic-text {
  margin-right: 52%;
  float: none;
}
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 2%;}

@media (max-width:753px) {
  body.inhalt .subnav {
    display: none;
  }

  body.inhalt .content {
    margin-left: 0;
    padding-left: 0;
    width: auto;
    border-left: 0 none transparent;
  }

  .content .layout-6 .csc-textpic-imagerow figure {
    margin-bottom: 2vw !important;
  }
}

@media (max-width:480px) {
  .content .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-firstcol {
    width: 100%;
  }

  .content .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-lastcol {
    margin-left: 0;
  }

  .content div[class*="csc-textpic-intext"] .csc-textpic-imagewrap {
    width: 100%;
    /* width: auto; */
    text-align: center;
  }

  .content .csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0;
  }

  .content .csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 0;
  }
}

/* ==========================================================================
   Lightbox styles: opinionated defaults
   ========================================================================== */

.mfp-secure + .mfp-auto-cursor .mfp-content {
    background-color: #fff;
    cursor: auto;
    margin: 2em 0;
    max-width: 530px;
    padding: 15px;
    width: 100%;
}

.mfp-secure + .mfp-auto-cursor .mfp-content div.csc-mailform li.csc-form-element-textline {
    display: inline-block;
    width: 100%;
}

.mfp-secure + .mfp-auto-cursor .mfp-content input.download {
	pointer-events: none;
	opacity: 0.25;
}

.mfp-secure + .mfp-auto-cursor .mfp-content .approved input.download {
	pointer-events: auto;
	opacity: 1;
}

.mfp-bg.mfp-fade {
	background: #fff none repeat scroll 0 0;
}

.mfp-title,
.mfp-counter {
	color: #000;
}

.mfp-fade + * .mfp-image-holder .mfp-close {
    color: #000;
}

/* ==========================================================================
   Projekte styles: opinionated defaults
   ========================================================================== */

.content .csc-projekte {
  padding: 10px 0;
}

.content .csc-projekte div[class*="csc-textpic-intext"] .csc-textpic-imagewrap {
  width: 105px;
}

.content .csc-projekte .csc-textpic-intext-left-nowrap .csc-textpic-text {
  float: none;
  margin-left: 140px;
  margin-right: 20px;
  padding-right: 120px;
  position: relative;
}

.content .csc-projekte .plus {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  line-height: 1;
}

.content .csc-projekte .plus:after {
  left: -20px;
  position: absolute;
  bottom: 0;
}

.content .csc-projekte p:first-child + p .plus {
}

.content .csc-projekte p:first-child + p + p .plus {
  top: 26px;
}

.content .csc-projekte p:first-child + p + p + p .plus {
  top: 49px;
}

.content .csc-projekte p:first-child + p + p + p + p .plus {
  top: 72px;
}

.content .csc-projekte p:first-child + p + p + p + p + p .plus {
  top: 95px;
}

.content .csc-projekte p:first-child + p + p + p + p + p + p .plus {
  top: 118px;
}

.content .csc-projekte p:first-child + p + p + p + p + p + p + p .plus {
  top: 141px;
}

@media (max-width:480px) {
  .content .csc-projekte .plus {
    position: relative;
  }
  .content .csc-projekte .csc-textpic-intext-left-nowrap .csc-textpic-text {
      padding-right: 0;
  }

  .content .csc-projekte p:first-child + p .plus {
  }

  .content .csc-projekte p:first-child + p,
  .content .csc-projekte p:first-child + p + p,
  .content .csc-projekte p:first-child + p + p + p,
  .content .csc-projekte p:first-child + p + p + p + p,
  .content .csc-projekte p:first-child + p + p + p + p + p,
  .content .csc-projekte p:first-child + p + p + p + p + p + p,
  .content .csc-projekte p:first-child + p + p + p + p + p + p + p {
    margin: 0.5em 0;
  }

  .content .csc-projekte p:first-child + p + p .plus,
  .content .csc-projekte p:first-child + p + p + p .plus,
  .content .csc-projekte p:first-child + p + p + p + p .plus,
  .content .csc-projekte p:first-child + p + p + p + p + p .plus,
  .content .csc-projekte p:first-child + p + p + p + p + p + p .plus,
  .content .csc-projekte p:first-child + p + p + p + p + p + p + p .plus {
    top: 0;
  }

}

/* ==========================================================================
   Slider styles: opinionated defaults
   ========================================================================== */

section.slider {
  overflow: hidden;
  position: relative;
}

section.slider:before {
  content: "";
  position: absolute;
  z-index: 50;
  width: 100%;
/*  height: 4px;*/
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.25);
}

.flexslider .slides > li:first-child {
  display: block;
}

.flex-control-nav {
  z-index: 50;
  bottom: 13%;
  line-height: 1;
}

.flex-control-nav li {
    border: 2px solid #fff;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  background-color: #fff;
  padding: 2px;
}

.flex-control-paging li a {
  background: none repeat scroll 0 0 transparent;
  box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 #FF0A0A;
  background: none repeat scroll 0 0 rgba(255, 10, 10, 0.75);
}

.description {
  display: block;
  left: 50%;
  top: 0;
  margin: 0 auto;
  max-width: 1078px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.description > * {
  left: -50%;
  position: absolute;
  width: 100%;
  bottom: 20%;
  /* background-color: #fff;

  border-spacing: 15px;
  */
  display: table;

 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
     box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

.description h2 {
  text-transform: none;
}

@media (max-width:1118px) {
  .description {
    left: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .description > * {
    left: 0;
  }
}

@media (max-width:753px) {
  /* .description {
    margin: 0 10px;
    width: calc(100% - 20px);
  } */

  .description > * {
    border-spacing: 7.5px;
	bottom: 5%;
  }
}

.description > .left-container,
.description > .right-container {
  width: 50%;
}

.description > .right-container {
  left: 0;
}

.description .left {
  background-color: #95796b; 
  display: table-row;
  vertical-align: middle;
}

.description .left > * {

  padding: 5px;
  margin: 0;
}

.description .left > img,
.description .right > img {
  background: none repeat scroll 0 0 #fff;
  height: auto !important;
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
}


 .description > .eineausstellung {
    left: -50%;
    position: absolute;
    width: 100%;
    bottom: 22%;
    border-spacing: 15px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

 
 .description  > .eineausstellung{
  background-color: rgba(257, 6, 19, 0.8);
   filter: alpha(opacity=80);
 }
.eineausstellung > h3 {
    text-align: center;
    color: #fff;  
}
.eineausstellung > h1{
    text-align: center;
    color: #fff;
}
.description >.UNTERSCHRIFT  {
      position: absolute;
    width: 100%;
    bottom: 22%;
    border-spacing: 15px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
 .description >.UNTERSCHRIFT {
     text-align: left;

 }
  .description >.UNTERSCHRIFT p {
     color:#FAF6F6;

 }
}
@media (max-width:1380px) {
  /*.description .left > h1 {
    font-size: 3vw;
  }*/
}

.description > .full-container .left {
  display: table-cell;
  width: 50%; 
}   

.description .right {
  /* background-color: #e1d4ce; */
  display: table-row;
  vertical-align: middle; 
}

.description .right > * {
  border: 0 none transparent;
  padding: 5px;
  margin: 0;
  line-height: 1.5em;
}

.description > .full-container .right {
  display: table-cell;
  width: 50%;
}

@media (max-width:870px) {
  /*.description .right > h2 {
    font-size: 2vw;
  }*/
}

@media (max-width:753px) {
    body.startseite .flexslider .slides img {
        height: 332px;
        width: auto;
    }
    body.inhalt .flexslider .slides img {
        height: 166px;
      width: auto;
    }
  .description {
    left: 0;
  }
  .description > * {
    left: 0;
    width: 100%;
  }
  .description .zitat,
  .description .zitatsw {
	font-size: 4.25vw;
  }
  
  .description > .full-container .left {
    width: 100%;
    /* display: table-row; */
  }
  .description > .full-container .right {
    width: 100%;
    display: table-row;
  }
  .description > .left-container, .description > .right-container {
      width: 100%;
  }
}


@media (max-width:500px) {
  .description .zitat,
  .description .zitatsw {
	font-size: 1.5em;
  }
}

/* ==========================================================================
   Footer styles: opinionated defaults
   ========================================================================== */

.footer {
  margin: 50px auto 40px;
  font-size: 12px;
  line-height: 1.4;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer .csc-default {
  padding-right: 20px;
  width: 165px;
  float: left;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer .csc-default p {
    font-size: 12px;
  line-height: 1.4em;
}

.footer .csc-default p:first-child {
  margin-top: 0;
}

.footer .csc-default p:last-child {
  margin-bottom: 0;
}

.footer .csc-default + div {
  padding-left: 20px;
  width: auto;
  border-left: 1px solid #dddddd;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer .tx-h-secureimagedownloader {
  display: none !important;
}

.footer ul.menu > li {
  margin-left: 35px;
  vertical-align: top;
  margin-top: 3.4em;
}

.footer ul.menu li.first-of-kind,
.footer ul.menu li:first-child {
  margin-left: 0;
  margin-top: 3.4em;
}

.footer ul.menu ul.ebene2 {
  display: block;
  margin-top: -35px;
}

.footer ul.menu > li > a,
.footer ul.menu > li > a:visited {
  font-weight: 500;
}

@media (max-width:1023px) {
  .footer .csc-default {
      padding-right: 10px;
      width: 140px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .footer .csc-default + * {
      margin-left: 145px;
      padding-left: 10px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  /*.footer {
    font-size: 11px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }*/

  .footer ul.menu > li {
    margin-left: 10px;
  }

  .footer ul.menu li.first-of-kind,
  .footer ul.menu li:first-child {
    margin-left: 0;
  }
}

@media (max-width:923px) {
  .footer ul.menu > li {
    float: left;
  }
  .footer ul.menu > li:nth-child(5) {
    clear: left;
    margin-left: 0;
  }
}

@media (max-width:767px) {
  /*.footer {
    font-size: 14px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }*/

  .footer .csc-default {
    width: auto;
    text-align: center;
    float: none;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .footer .csc-default + * {
    display: none;
  }

  .footer .mobile.iphone {
    display: none;
  }
}

/* ==========================================================================
   Content styles: opinionated defaults
   ========================================================================== */

.header ~ .wrapper {
  margin-top: -5%;
  text-align: center;
  position: relative;
  z-index: 75;
  background-color: #fff;
}

body.inhalt .header ~ .wrapper {
  text-align: left;
  padding: 20px;
}

.header + .wrapper ~ .wrapper {
  margin-top: 0;
}

.next-section {
  margin: 12px 0 15px;
  text-align: center;
}

@media (max-width:753px) {
	.header ~ .wrapper {
	  margin-top: 0;
	}
}

/* ==========================================================================
   Startseite styles: opinionated defaults
   ========================================================================== */

.csc-thirty {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1%;
  float: left;
  text-align: left;
}

.csc-sixty {
  width: 66%;
  margin-right: 2%;
  margin-bottom: 1%;
  float: left;
  text-align: left;
}

.csc-thirty.csc-slide,
.csc-sixty.csc-slide {
  position: relative;
}

.csc-thirty > *,
.csc-sixty > * {
    /*margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;*/
}

.csc-thirty .csc-header > *,
.csc-sixty .csc-header > * {
  margin-top: 0;
  margin-bottom: 0.325em;
}

.csc-thirty.layout-1,
.csc-sixty.layout-1 {
  margin-right: 0;
}

/*.csc-thirty.layout-1 + .csc-sixty.layout-3,
.csc-sixty.layout-1 + .csc-sixty.layout-3,
.csc-thirty.layout-1 + .csc-thirty.layout-3,
.csc-sixty.layout-1 + .csc-thirty.layout-3 {
	clear: left;
}*/

.csc-thirty figure,
.csc-thirty img,
.csc-sixty figure,
.csc-sixty img {
  width: 100%;
  height: auto;
}

.nav-button {
  position: absolute;
  top: 50%;
  margin-top: -49px;
  width: 4%;
}

.nav-button.prev {
  left: 0;
}

.nav-button.next {
  right: 0;
}

.nav-button.inactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.nav-button.prev img,
.nav-button.next img {
  border: 0 none transparent !important;
}

.csc-thirty .csc-textpic-caption {
  margin-top: 1em;
}

div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="2"] div.csc-textpic-imagecolumn,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn {
	width: 48.625%;
	margin-right: 2.75%;
	margin-bottom: 1.375%;
	margin-top: 1.375%;
	display: block;
}

div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn {
	width: 31.5%;
}

div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn {
	width: 22.9375%;
}

div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="2"] div.csc-textpic-imagecolumn.csc-textpic-lastcol,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn.csc-textpic-lastcol,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn.csc-textpic-lastcol {
	margin-right: 0%;
}

div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="2"] div.csc-textpic-imagecolumn figure,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="2"] div.csc-textpic-imagecolumn img,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn figure,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="3"] div.csc-textpic-imagecolumn img,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn figure,
div.layout-4 div.csc-textpic-imagewrap[data-csc-cols="4"] div.csc-textpic-imagecolumn img {
	width: 100%;
	height: auto;
}

@media (max-width:753px) {
	.csc-thirty,
	.csc-sixty {
	  width: 100%;
	}

    .csc-thirty.csc-slide,
	.csc-sixty.csc-slide {
      display: none;
      float: none;
      margin-bottom: 1%;
      margin-right: 0;
      width: 100%;
      padding: 0 12%;

        -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
            box-sizing: border-box;
       *behavior: url(../polyfills/boxsizing.htc);
    }

  .csc-thirty.csc-slide.active,
  .csc-sixty.csc-slide.active {
    display: block;
  }

  .csc-thirty.csc-slide .csc-header > *,
  .csc-sixty.csc-slide .csc-header > * {
    text-align: center;
  }

  .content .csc-thirty.csc-slide .csc-textpic-text > *:first-child,
  .content .csc-sixty.csc-slide .csc-textpic-text > *:first-child {
    padding-top: 1em;
  }
}

/* ==========================================================================
   Startseite styles: opinionated defaults
   ========================================================================== */

.csc-hundred {
  width: 100%;
  display: inline-block;
  margin-bottom: 2%;
  float: none;
  clear: none !important;
  float: left;
}

.csc-hundred.layout-6 {
  margin-bottom: 0;
}

.csc-fifty {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  clear: none !important;
}

/*.csc-fifty + .csc-default {
  clear: left;
}*/

.csc-fifty .csc-header > * {
  margin-top: 0;
}

.csc-fifty.layout-1 {
  margin-right: 0;
  margin-left: 2%;
}

@media (max-width:753px) {
  .csc-fifty {
    width: 100%;
    margin-right: 0;
    /*float: none;*/
  }

  .csc-fifty.layout-1 {
    margin-left: 0;
  }

  .content .csc-textpic-imagerow-last {
    margin-bottom: 4% !important;
  }
}

/* ==========================================================================
   Tabelle styles: opinionated defaults
   ========================================================================== */

table.contenttable {
  width: 100%;
  margin: 1em 0;
  font-size: 13px;
  line-height: 1.2em;
}

table.contenttable thead .td-2,
table.contenttable thead .td-3,
table.contenttable thead .td-4,
table.contenttable thead .td-5,
table.contenttable thead .td-6,
table.contenttable thead .td-7 {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  text-align: left;
  padding: 8px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

table.contenttable tbody .td-0,
table.contenttable tbody .td-1 {
  background-color: #fff;
  text-align: left;
  padding: 8px;
  /* border-left: 1px solid #dddddd; */
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

table.contenttable tbody .td-0 {
  text-align: left;
  width: 80%;
}

table.contenttable tbody .td-2,
table.contenttable tbody .td-3,
table.contenttable tbody .td-4,
table.contenttable tbody .td-5,
table.contenttable tbody .td-6,
table.contenttable tbody .td-7 {
  padding: 8px;
  text-align: left;
  /* border-left: 1px solid #dddddd; */
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

tr:nth-child(.tr-even) {background-color: #dddddd;}

/* table.contenttable tbody .td-last {
  border-right: 1px solid #dddddd;
} */

/* ==========================================================================
   Header styles: opinionated defaults
   ========================================================================== */

.csc-eingerahmt {
  padding: 2.5%;
  margin-top: 3em;
}

.csc-eingerahmt p {
  margin: 1em 0 0;
  display: inline-block;
  width: 49%;
}

.csc-eingerahmt h2 {
  margin-top: 0;
}

.csc-eingerahmt .plus,
.csc-eingerahmt .plus:visited {
  line-height: 1;
}

/* ==========================================================================
   Header styles: opinionated defaults
   ========================================================================== */

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #676767;
  opacity:  1;
  line-height: 1.5em;
  font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #676767;
  opacity:  1;
  line-height: 1.5em;
  font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #676767;
  opacity:  1;
  line-height: 1.5em;
  font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #676767;
  opacity:  1;
  line-height: 1.5em;
  font-size: 12px;
}

div.csc-mailform li.csc-form-element-textline {
  margin-bottom: 2em !important;
}
div.csc-mailform li.csc-form-element-select {
    margin-bottom: 2em !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
div.flyout input,
div.csc-mailform li.csc-form-element-textline input,
div.csc-mailform li.csc-form-element-textarea textarea {
  border: 1px solid #dddddd;
  padding: 5px 10px;
  width: 100%;
  max-width: 310px;
  resize: none;

 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
     box-sizing: border-box;
*behavior: url(../polyfills/boxsizing.htc);
}

.tx-indexedsearch table {
  width: 100%;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    margin-bottom: 2em !important;
}

div.csc-mailform li.csc-form-element-checkbox {
  line-height: 2em;
}

div.csc-mailform li.csc-form-element-textline label,
div.csc-mailform li.csc-form-element-textarea label   {
  display: none;
}

div.csc-mailform ol li {
  list-style-type: none;
}
div.csc-mailform li.csc-form-element-header h4 {
  margin: 2em 0 1em;
  padding: 2em 0 0;
  border-top: 1px solid #dddddd;
}

div.csc-mailform li.csc-form-element-checkbox {
  position: relative;
}

div.csc-mailform li.csc-form-element-checkbox label {
  margin-right: 0;
  margin-left: 1.5em;
  width: 100%;
  float: none;
}

div.csc-mailform li.csc-form-element-checkbox input {
  position: absolute;
  left: 0;
  top: 0.5em;
}
div.csc-mailform fieldset ol li {
    margin-bottom: -0.7em;
     display: block;
    float: left;
    width: auto;
}

div.csc-mailform li.csc-form-element-submit {
  margin-top: 3em;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button,
div.csc-mailform li.csc-form-element-submit input {
  color: #313131;
  padding: 5px 0;
  font-size: 1.2875em;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-left: 0 none transparent;
  border-right: 0 none transparent;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  max-width: 310px;
  width: 100%;
}


/* ==========================================================================
   Header styles: opinionated defaults
   ========================================================================== */

.flyout-container {
  position: fixed;
  background-color: #fff;
  top: 200px;
  left: 0;
  z-index: 90;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

html.touch .flyout-container {
  position: absolute;
}

.header.open .flyout-container {
  top: 150px;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.flyout-container i {
  color: #c1c1c1;
  font-size: 2em;
}

.flyout-container h2 {
  text-transform: none;
}

.flyout-container a,
.flyout-container a:visited {
  padding: 7px;
  display: block;
  border-right: 1px solid #dddddd;
}

.flyout-container .flyout-login {
  position: relative;
  z-index: 50;
}

.flyout-container .flyout-login a,
.flyout-container .flyout-login a:visited {
  border-top: 1px solid #dddddd;
  /*border-bottom: 1px solid #f0e9e6;*/
  border-bottom: 1px solid #fff;
}

.flyout-container .flyout-contact {
  position: relative;
  z-index: 50;
}

.flyout-container .flyout-contact a,
.flyout-container .flyout-contact a:visited {
  border-bottom: 1px solid #dddddd;
  /*border-top: 1px solid #f0e9e6;*/
  border-top: 1px solid #fff;
}

.flyout-container .csc-default:first-child ~ * {
  display: none;
}

.flyout-container a.flyout-close,
.flyout-container a.flyout-close:visited {
  display: none;
  position: absolute;
  right: -225px;
  top: 0;
  z-index: 95;
  border: 0 none transparent;
}

.flyout-container a.flyout-close i {
  font-size: 1.25em;
  color: #000000;
}

.flyout-container a.flyout-close.visible,
.flyout-container a.flyout-close.visible:visited {
  display: block;
}

.flyout-container a.open,
.flyout-container a.open:visited {
  background-color: #fff;
}

.flyout-container .flyout-login a.open,
.flyout-container .flyout-login a.open:visited {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #fff;
}

.flyout-container .flyout-contact a.open,
.flyout-container .flyout-contact a.open:visited {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #fff;
}

.flyout-container .flyout-content {
  display: none;
  background-color: #fff;
  border: 1px solid #dddddd;
  left: 42px;
  position: absolute;
  z-index: 25;
  top: 0;
  width: 205px;
  padding: 0 15px;
}

.flyout-container .flyout-content.visible {
  display: block;
}

.flyout-container .flyout-content .csc-header > * {
  margin-bottom: 0;
}

.flyout-container .flyout-content .csc-header + * {
  margin-top: 0.25em;
}

.flyout-container .flyout-content p {
  margin: 1em 0;
}

.flyout-container .flyout-content > h2 {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.415em;
  padding-bottom: 0.415em;
}

.flyout-container .flyout-content p + h2 {
  margin-top: 1.66em;
}

.flyout-container .flyout-content > h2 + p {
  margin-top: 0.415em;
}

.flyout-container p a,
.flyout-container p a:visited {
  display: inline;
  padding: 0;
  border: 0 none transparent;
}

/* ==========================================================================
   Mobile styles: opinionated defaults
   ========================================================================== */

.mm-menu {
  background: none repeat scroll 0 0 #f2f2f2;
  color: rgba(255, 255, 0, 0.7);
}

.mm-listview > li > a,
.mm-listview > li > a:visited,
.mm-listview > li > span {
  color: #000;
  font-size: 16px;
  padding: 24px 10px 20px 16.5%;
}

.mm-menu .mm-header > a,
.mm-menu .mm-header > a:visited {
  color: #000;
  text-transform: uppercase;
}

.mm-header {
  height: 73px;
  text-align: left;
  padding-left: 16.5%;
}

.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hasheader .mm-fixeddivider {
  top: 73px;
}

.mm-header > a,
.mm-header > a:visited {
  font-size: 18px;
  font-weight: 500;
  padding: 27px 0;
  color: #dddddd;
}

.mm-header .mm-btn {
  top: 10px;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.mm-listview .mm-next:before {
  border-left-style: none;
}

.mm-menu .mm-header .mm-btn:before,
.mm-menu .mm-header .mm-btn:after,
.mm-menu .mm-header,
.mm-menu .mm-listview > li > a.mm-prev::before,
.mm-menu .mm-listview > li > a.mm-next::after,
.mm-menu .mm-listview > li:after,
.mm-menu .mm-listview > li > a.mm-prev:after,
.mm-menu .mm-listview > li > a.mm-next:before {
  border-color: #53533A !important;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: none repeat scroll 0 0 transparent;
}

.mm-footer {
  padding: 20px 0;
  height: 60px;
}

.mm-menu ul.ebene4 > li.first.element4.current,
.mm-menu ul.ebene4 > li.element4 {
	padding-left: 0;
}
.mm-menu ul.ebene3 > li.first.element3.current,
.mm-menu ul.ebene3 > li.element3 {
	padding-left: 0;
}
.mm-menu ul.ebene2 > li.first.element2.current,
.mm-menu ul.ebene2 > li.element2 {
	padding-left: 0;
}

li.current > a,
li.current > a:visited,
li.current > a:hover,
li.current > a:active,
li.current > a:focus {
    color: #ff0000 !important;
}

.mm-menu .mm-listview > li.current > a.mm-prev::before,
.mm-menu .mm-listview > li.current > a.mm-next::after,
.mm-menu .mm-listview > li.current > a.mm-prev:after,
.mm-menu .mm-listview > li.current > a.mm-next:before {
    border-color: #ff0000 !important;
}

@media (max-width:753px){
      .flex-control-nav {
              bottom: 8%;
              display: none;
      }
 /* .flex-control-paging li a {
    width: 4px;
    height: 4px; */
}
@media (max-width:479px){
      .flex-control-nav {
              bottom: 8%;
      }
 .flex-control-paging li a {
    width: 4px;
    height: 4px;     
}


/* ==========================================================================
   News styles: opinionated defaults
   ========================================================================== */

.csc-news p,
.csc-news pre {
  padding: 0.5em 0;
  margin: 0 !important;
}

.csc-news a:first-child {
  float: left;
  display: block;
}

.csc-news a:first-child + a {
  margin-left: 40%;
  width: auto;
  text-align: right;
  display: block;
}

.csc-news a:first-child + a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  position: relative;
  margin-right: 0.5em;
  content: "\f061";
  transform: rotate(225deg);
}

/* ==========================================================================
   Partner styles: opinionated defaults
   ========================================================================== */

.tx-h-partner .csc-default .csc-container {
	display: none;
}

.tx-h-partner .csc-default.open .csc-container {
	display: block;
}

.tx-h-partner figure,
.tx-h-partner img {
    width: auto;
}

.csc-container > .csc-header {
	cursor: pointer;
	position: relative;
}

.csc-container > .csc-header:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 2em;

    content: "\f106";
}

.csc-container > .csc-header.show:after {
    content: "\f107";
}

.csc-container > .csc-header + .firma-container {
	max-height: 0;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

	overflow: hidden;
}

.csc-container > .csc-header.show + .firma-container {
    max-height: 500px;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.csc-container > .csc-header + .firma-container p:first-child {
	margin-top: 0;
}

.csc-container > .csc-header + .firma-container p:last-child {
	margin-bottom: 0;
}

@media (max-width:479px) {
  .tx-h-partner .linck-map {
    display: none;
  }
  .tx-h-partner .csc-container {
  	display: block;
  }
  .tx-h-partner .csc-default .csc-container {
  	display: block;
  }
}

/* div.csc-textpic div.csc-textpic-imagecolumn {
    float: left;
    width: 32%;
} */
    

