@font-face {
	font-family: 'icomoon';
	src:url("../../files/k211/fonts/icomoon.eot");
	src:url("../../files/k211/fonts/icomoon.eot?#iefix") format('embedded-opentype'),
		url("../../files/k211/fonts/icomoon.woff") format('woff'),
		url("../../files/k211/fonts/icomoon.ttf") format('truetype'),
		url("../../files/k211/fonts/icomoon.svg#icomoon") format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
  background: #333;
  overflow-y: scroll;
}

body {
  margin: 0;
  font: 16px/1.4 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:normal;
  color: #444;
}

/* Inline Elemente */

strong {
	font-weight:700;
}

p, img, ul, ol, form, table {
  margin: 0 0 1em 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, legend {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.2;
}

h1, h2, legend {
  font-weight: 100;
  font-style:normal;
}

h1 {
  font-size: 1.750em;
}

h2, legend {
  font-size: 1.375em;
}

h3, h4, h5, h6 {
  font-size: 1em;
}

a {
  color: #cc0255;
  cursor: pointer;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #b3024b;
  text-decoration: none;
}

a img {
  border: 0;
}

ul, ol {
  padding-left: 2em;
}

table {
  width: 100%;
  border-spacing:0;
  border-collapse:collapse;
  display: block;
  overflow-x: auto; /* show scrollbar if with > device-with  */
}

th, td {
  padding: 0.5em 1em;
  border: 1px solid #333;
}

th {
  background: #545454;
  color: #fff;
}

/* Formulare */

form {
  max-width: 100%;
}

fieldset {
  padding: 0;
  margin: 2em 0 0 0;
  border: 0;
}

label {
  width: 60%;
}

label .mandatory {
  margin-left: 0.1em;
}

button, input, textarea {
  padding: 0.8em 1em;
}

input, textarea, select {
  display: block;
}

input, textarea {
  -webkit-appearance: none;
}

input {
  width: 50%;
}

input[type="file"] {
  padding: 0.4em 1em 0.8em 0;
  margin: 0
}

input[type="submit"] {
  width: auto
}

textarea {
  width: 80%;
  min-height: 100px
}

input[type="text"], textarea {
  border: 1px solid #ccc;
  outline: none;
}

input[type="text"]:hover, textarea:hover, input[type="text"]:focus, textarea:focus {
  border: 1px solid #cc0255;
}

p.error {
  color: #cc0255;
  font-size: 0.8em;
}

/* Layoutbereiche */

#container {
  background: #efefef;
}

#header {
  background: #fff;
}

#footer {
  background: #333;
  color: #fff;
}

#footer p {
  padding: 0.8em 0;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:hover, #footer a:focus {
  color: #e5e5e5;
}

#footer .icon:before {
  color: #cc0255;
  font-family: 'icomoon';
  font-size: 1.5em;
  vertical-align: middle;
  padding-right: 0.333em;
}

#footer .phone:before {
  content: '\e002';
}

#footer .email:before {
  content: '\e003';
}

#footer .address:before {
  content: '\e001';
}

#footer .xing:before {
  content: '\e005';
}

#footer .imprint {
  float: right;
}

@media screen and (max-width: 699px) and (min-width: 0px) {
  #footer .imprint {
    float: none;
  }
}

#right .mod_article {
  font-size: 0.875em;
  background: #333;
  color: #fff;
  padding: 1.8em 2em 0.8em 2em;
}

#container .mod_article.block {
  margin-bottom: 2em;
}

#main .mod_article.block {
  overflow: hidden;
}

/* Buttons & Submits */

.ce_hyperlink {
  padding: 0.6em 0;
  margin-bottom: 1em;
}

.ce_hyperlink a, input[type="submit"], input[type="button"] {
  font-weight: 300;
  font-style:normal;
  background: #cc0255;
  color: #fff;
  text-decoration: none;
  padding: 0.6em 1em;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ce_hyperlink a:after {
  content: "\e000";
  font-family: 'icomoon';
  vertical-align: middle;
  padding-left: 0.5em;
  -webkit-transition: padding 0.6s;
  -moz-transition: padding 0.6s;
  -o-transition: padding 0.6s;
  transition: padding 0.6s;
}

.ce_hyperlink a:hover:after, .ce_hyperlink a:focus:after {
  padding-left: 0.7em;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}

.ce_hyperlink a:active:after {
  padding-left: 1em;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}

.ce_hyperlink a:hover, .ce_hyperlink a:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  background: #b3024b;
}

#right .ce_hyperlink a, #right input[type="submit"], #right input[type="button"] {
  background: #545454;
}

#right .ce_hyperlink a:hover, #right .ce_hyperlink a:focus, #right input[type="submit"]:hover, #right input[type="submit"]:focus, #right input[type="button"]:hover, #right input[type="button"]:focus {
  background: #454545;
}

#right .ce_hyperlink a:after {
  color: #cc0255;
}

/* Menüs */
.mod_navigation ul {
  padding: 0;
  list-style: none;
}

#main .mod_navigation ul {
  overflow: hidden;
  margin-bottom: 2em;
}

#main .mod_navigation li {
  float: left;
  margin-right: 1em;
}

.pagination {
  font-size: 0.875em;
  border-top: 1px solid #545454;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.pagination .next, .pagination .previous {
  display: none;
}

.pagination ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.pagination li {
  display: block;
  float: left;
  margin-right: 0.8em;
}

.pagination li span, .pagination li a {
  padding: 0.4em 0.8em;
  border: 1px solid #545454;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}

.pagination li span {
  background: #545454;
  color: #fff;
}

.pagination li a {
  cursor: pointer;
  color: #545454;
}

.pagination li a:hover, .pagination li a:focus {
  border-color: #cc0255;
}

/* News */
.mod_newslist {
  padding-left: 2em;
  margin-bottom: 1.4em;
}

.mod_newsarchive .layout_simple {
  margin-left: 2em;
  margin-bottom: 1.4em;
}

.mod_newslist .layout_simple, .mod_newsarchive .layout_simple {
  margin-bottom: 0.8em;
  display: list-item;
}

#right .mod_newslist .layout_simple {
  color: #cc0255;
}

#right .mod_newslist .layout_simple a {
  color: #fff;
}

#right .mod_newslist .layout_simple strong {
  color: #fff;
}

.mod_newslist .layout_simple h2 {
  font-size: 1em;
}

.mod_newsarchive {
  border-top: 1px solid #545454;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.mod_newslist.news-alternative {
  padding-left: 0;
}

.mod_newslist.news-alternative h2 a {
  text-decoration: none;
}

.mod_newslist.news-alternative .info {
  margin-bottom: 0;
}

.mod_newslist.news-alternative .layout_short {
  border-bottom: 1px solid #545454;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}

.mod_newslist.news-alternative .layout_short:last-child {
  border-bottom: 0;
}

#main .mod_newsreader .image_container {
  max-width: 100%;
}

/* Downloads */
.ce_downloads ul {
  padding: 0;
  list-style: none;
}

.ce_downloads img, .ce_download img {
  margin: 0;
  vertical-align: text-bottom;
}

/* Logo */
.logo {
  padding: 2em 0 1em 0;
}

/* Zurück Link */
p.back:before {
  content: "\e004";
  font-family: 'icomoon';
  vertical-align: middle;
  padding-right: 0.5em;
  color: #cc0255;
}

/* Helferlein */
.invisible {
  width:0;
  height:0;
  left:-1000px;
  top:-1000px;
  position:absolute;
  overflow:hidden;
  display:inline
}
#wrapper .inside{
  min-width: 700px;
  max-width: 870px;
  overflow: hidden;
  padding: 0 2.500em;
  margin: 0 auto;
}

#container .inside {
  padding: 3em 2.500em 1em 2.500em;
}

#main {
  width: 59.770%;
  float: left;
}

#right {
  width: 34.483%;
  float: right;
}

/* Footer*/
html, body {
  height: 100%;
  width:100%;
  margin: 0;
}

#wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.ie6 #wrapper, .ie7 #wrapper {
  display: block;
}

#header, #container, #footer {
  display: table-row;
  height: 1px;
}

#header > .inside {
  height: 260px;
  position: relative;
}

#header .logo {
  float: left;
}

.mod_coverpicture img {
  position: absolute;
  margin-left: 11.034%;
}

.ie6 #header, .ie6 #container, .ie6 #footer, .ie7 #header, .ie7 #container, .ie7 #footer {
  display: block;
  height: auto;
}

#container {
  height: auto;
}

#footer {
  clear: both;
}

#footer p {
  margin: 0;
}

#footer p {
  float: left;
  margin-right: 3.678%;
}

#footer p.last {
  margin-right: 0;
}

#navigation {
  background: #333;
  border-top: 3px solid #fff;
}

#navigation .inside {
  margin-top: -3px;
}

#navigation .mod_navigation ul {
  overflow: hidden;
  margin: 0;
}

#navigation .mod_navigation a {
  color: #ccc;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#navigation .mod_navigation a:hover, #navigation .mod_navigation a:focus {
  color: #fff;
  text-decoration: none;
  border-color: #cc0255;
}

#navigation .mod_navigation li {
  float: left;
  margin-right: 3.678%;
}

#navigation .mod_navigation li.last {
  margin: 0;
}

#navigation .mod_navigation li a, #navigation .mod_navigation li span {
  padding: 1em 0;
  display: block;
  border-top: 3px solid #fff;
}

#navigation .mod_navigation li .active, #navigation .mod_navigation li .trail {
  color: #fff;
  border-color: #cc0255;
}

#navigation .mod_navigation .invisible {
  display: none;
}

/* IE7 fix */
.ie7 #navigation .mod_navigation li a, .ie7 #navigation .mod_navigation li span {
  border-top: 3px solid transparent;
}

.ie7 #navigation .mod_navigation li .active, .ie7 #navigation .mod_navigation li .trail {
  color: #fff;
  border-color: #cc0255;
}

/* Bilder */

#container .image_container img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#right .image_container.float_above {
  margin: -1.8em -2em 0 -2em;
}

#container .image_container.float_left {
  margin-right: 1em;
}

#container .image_container.float_right {
  margin-left: 1em;
}

#container .ce_text.block {
  clear: both;
}

#main .image_container {
  max-width: 150px;
  width: auto;
  height: auto;
}

#main .mod_navigation .level_1 li {
  font-weight: bold;
  font-style:normal;
  background: #cc0255;
  color: #fff;
  text-decoration: none;
  padding: 0.3em 0.6em;
  border: 2px solid #cc0255;
  cursor: pointer;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#main .mod_navigation .level_1 li:hover {
  background-color: #b3024b;
  border: 2px solid #b3024b;
}

#main .mod_navigation .level_1>.active {
  background-color: rgba(255,255,255,0);
  color: #b3024b;
  border: 2px solid #b3024b;
  pointer-events: none;
  font-weight: bold;
}

#main .mod_navigation .level_1 li a {
  color: #fff;
  text-decoration: none;
}

/* Off Canvas Men� http://css-tricks.com/responsive-menu-concepts/ */

#navigation .inside {
  overflow: hidden;
}

#navigation label {
  display: none;
  padding: 1em 0;
  text-align: right;
  color: #fff;
  font-size: 1.375em;
}

body { 
  -webkit-animation: bugfix infinite 1s; 
}
@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}

#navigation input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#navigation label { 
  cursor: pointer;
  user-select: none;
}

/* Tablet */
@media screen and (min-width: 0px) and (max-width: 779px) {

  #wrapper .inside {
    min-width: 0;
    width: auto;
  }
  
  #header > .inside {
    height: auto;
  }

  #main, #right {
    width: 100%;
    float: none
  }

  #right {
    padding-top: 1em;
  }
  
  #right .mod_article {
    overflow: hidden;
  }
  
  #right .image_container.float_above {
    margin: 0 0 0 1.8em;
    float: right;
    width: 300px;
  }
  
  #right .image_container img {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  #navigation .mod_navigation li, #footer p {
    font-size: 0.9em
  }
}

/* Phablet */
@media screen and (min-width: 0px) and (max-width: 699px) {

  #right .image_container.float_above {
    margin: -1.8em -2em 1.8em -2em;
    position: relative;
    height: auto;
    float: none;
    overflow: hidden;
    height: 200px;
    width: auto;
  }
  
  #right .image_container.float_above img {
    bottom: 100px;
  }
  
  #footer p {
    font-size: 1em;
    text-align: center;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #555;
  }
  
  #footer p.last {
    border-bottom: 0;
  }

}

/* Smartphone */
@media screen and (min-width: 0px) and (max-width: 599px) {

  body {
    font-size: 14px;
  }
  
  #navigation .mod_navigation ul {
    margin: 0 0 3em 0;
  }

  #navigation .mod_navigation li {
    float: none;
    border-bottom: 1px solid #555;
    padding-top: 0.8em;
    margin-right: 0;
    font-size: 1em;
  }
  
  #navigation .mod_navigation li a, #navigation .mod_navigation li span {
    padding: 0.4em 1em 0.4em 1em;
    border-top: 0;
    border-left: 2px solid #fff;
  }
  
  #navigation .mod_navigation li.active {
    border-top: 0;
  }
  
  /* Off Canvas Men� */
  #navigation ul {
    display: none;
    height: 100%;
  }
  
  #navigation label {
    position: relative;
    display: block;
    width: 100%;
    height: 1em;
  }
  
  #navigation label:hover:after, #navigation label:focus:after {
    padding-left: 0.8em;
  }
  
  #navigation label:after {
    padding-left: 1em;
    content: "\2261";
    vertical-align: middle;
    -webkit-transition: padding 0.6s;
    -moz-transition: padding 0.6s;
    -o-transition: padding 0.6s;
    transition: padding 0.6s;
  }
  
  #navigation input:checked ~ ul {
    display: block;
    opacity: 1;
  }
  
  #navigation input:checked ~ ul > li {
    width: 100%;
  }
  
  #right .image_container.float_above {
    margin: -1.8em -2em 0.8em -2em;
    position: relative;
    height: auto;
    float: none;
    overflow: hidden;
    height: auto;
  }
  
  #right .image_container.float_above img {
    bottom: auto;
  }
  
  .logo {
    width: 34%;
    height: auto;
  }
  
  .mod_coverpicture img {
    height: 100%;
  }

}
