/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
    width:100%;
}

.container.DL img {
    width: 100%;
    height: auto;
}

.container.DL img:hover {
    opacity: 0.7;
}

.row.arrow-d a:hover {
    text-decoration: none;
}

body {

    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
  
}

.row.main-content {
    margin-top: 25px;
    margin-bottom:10%;
}

.col-4.left {
    margin-right: 7%;
}

div#Stage_Text {
    font-size: 22px;
    width: 30rem;
}

#image-header {
    width: 100%;
    height: 455px;
    position: absolute;
    z-index: -100;
}

.home #image-header .custom {
    width: 100%;
    height: 100%;
    background-position: top right;
    z-index: -100;
    background-size: auto;
}

 #image-header .custom {
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: -100;
    background-size: cover;
}


/*Fonts*/
h1 {
    color: #ad5052;
    font-family: open-sans, sans-serif;
    font-size: 34px;
    font-weight: 700;
    padding: 0px 0px 17px;
    margin-top: -10px;
    margin-bottom:0px;
}

h2 {
    color: #ad5052;
    font-family: open-sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0px;
    border-bottom: 1px solid;
}

p {
    color: #000000;
    font-family: open-sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0px;
    margin-block-end: 5px !important;
}

p.news-title {
    color: #ad5052;
    font-family: open-sans,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    padding: 0 0 5px;
}

a {color: #ad5052;}

div#header-text {
    position: relative;
    margin: 0px;
    left: 0px;
    top: 50px;
    width: 400px;
    height: 99px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(46px, 18px) translateZ(0px) rotate(0deg) scale(1, 1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: open-sans, sans-serif;
    font-size: 34px;
    color: #ad5052;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    transform-style: preserve-3d;
}

.card-header {
    background-color: white;
    border: 0px;
    padding: 2px;
}

.card {
    border: 0px;
}

.card-body {
    padding: 2px;
    padding-left: 1.25rem;
}

.card h5 > button {
    color: #ad5052;
    font-weight: bold;
    padding:0px;
}

.card h5 > button:hover {
    color: gray;
    font-weight: bold;
    padding:0px;
}

header#header {
    z-index: 2;
    min-height: 459.9000000000001px;
    border-width: 0px;
    border-color: transparent;
    padding-bottom: 0px;
    /*background: #950A00 url(/images/headers/hintergrundbild_banner_03.jpg) no-repeat left center;*/
    background-size: cover;
    border-bottom: 7px solid #ad5052;
}

div#short-contact {
    width: 400px;
    position: absolute;
    top: 0;
    right: 15%;
}

div#short-contact .col {background-color:#ad5052; padding:10px; margin-right:20px; color:#fff; font-size:14px; text-align:center;}

div#center-content {
    z-index: 1;
    width: 1200px;
    background-image: none;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

/*Navigation*/

div#hauptnav {
  padding:20px;
  font-family: open-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

div#hauptnav li > a {
    color: #950A00;
    visibility: inherit;
}

div#hauptnav li > a:hover{
    border-bottom: 1px solid gray;
    text-decoration: none !important;
    color: gray;
    padding-bottom: 5px;
}

#hauptnav .current.active {
    border-bottom: 1px solid #a10000;
    padding-bottom: 5px;
    width: auto;
}

.nav{width:100% !important}

ul.nav.menu li {
    margin-right: auto;
}


ul#team-left li {
    color: #950A00;
    font-family: open-sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0px;
    width: 100%;
    line-height: 1.5;
}


/*NAV-Team*/
ul#team-left li > a:hover {
    color: gray;
}



/*Content*/
#balken-left-col {
    border-bottom: 24px solid #ad5052;
    margin-bottom: 40px;
}

.modal-backdrop.in {
    display: none;
}

.modal-content {
    padding: 50px;
}

.modal-header {
    color: #6d0000;
}

footer {
  	z-index: 108;
    height: 35px;
    position: fixed;
    bottom: 0px;
    border-width: 0px;
    border-color: transparent;
    background-color: #ad5052;
    width:100%;
}

#AGB{
    position: absolute;
    right: 25px;
    top: 12px;
    color: #fff;
}

p#AGB:hover {
    cursor: pointer;
}

p.weltkarte {
    position: absolute;
    z-index: -429;
    top: 75px;
    left: -375px;
}

p.weltkarte img {
    width: 55rem;
    height: auto;
}

.dienstleistungen-container {
    background: #ad5052;
    height: 110px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}

.dienstleistungen-container hr {
    background-color: white;
    height: 4px;
    border-top: none;
    margin-top: 9px;
}

.dienstleistungen-container p {
    color: #fff;
}

.container.DL {
    margin-top: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-top: 50px solid #ad5052;
}

div#branchen-DL {
    margin-top: 30px;
}

div#short-contact .col:hover {
    background-color: #929292;
}

.treuhand {
    background-color: #da8b8d;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    width: 33%;
    float: left;
    padding-left: 35px;
    height: 44px;
}

.treuhand:hover {
    background-color: #7b7b7b;
}

.beraten {
    width: 33%;
    float: left;
    background-color: #ad5052;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    padding-left: 35px;
    height: 44px;
}

.beraten:hover {
    background-color: #7b7b7b;
}

.pruefung {
    width: 33%;
    float: left;
    background-color: #950a00;
    padding: 10px;
    color: #fff;
    font-size: 20px;
  padding-left: 35px;
    height:44px
}
.pruefung:hover {
    background-color: #7b7b7b;
}

.right-triangle-1 {
    width: 0;
    height: 0;
    border-left: 25px solid #950a00;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    position: relative;
    left: 180px;
    top: -34px;
}

.right-triangle-2 {
    width: 0;
    height: 0;
    border-left: 25px solid #ad5052;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    position: relative;
    left: 180px;
    top: -34px;
}

.right-triangle-3 {
    width: 0;
    height: 0;
    border-left: 25px solid #da8b8d;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    position: relative;
    left: 179px;
    top: -34px;
}

.pruefung a {
    color: #ffffff;
}

.beraten a {
    color: #ffffff;
}

.treuhand a {
    color: #ffffff;
}

p.text-links {
    background-color: #ad5052;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    height: 80px;
    margin-top: -5px;
}

.container.DL hr {
    position: relative;
    top: -55px;
    background-color: white;
    height: 2px;
}

.text-dl {
    margin-top: -60px;
    text-align: center;
    color: #FFF;
}

form#baform-1:last-child p {
    display: none;
}

.container {
      margin-bottom: 100px;
}

i.fas.fa-bars {
    display:none;
}

div#close {
    display:none;
}

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

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (orientation: landscape)  {

/*div#logo {
    margin-top: 36px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}*/
 
div#hauptnav {
    top: 15.75rem !important;
}
  
div#open {
    position: relative;
    left: 165px;
    top: 0px;
}
  
div#close {
    position: relative;
    left: 165px;
    top: 0px;
}
  
.arrow-down {
    border-left: 252px solid transparent !important;
    border-right: 252px solid transparent !important;
    border-top: 75px solid #ad5052 !important;
}
  
.container.DL .col {
    flex-basis: unset;
    margin-bottom: 20px;
}
 
.container.DL .col.hmc {
    margin-top: -35px;
}
  
#image-header {
    width: 100%;
    height: 275px !important;
    position: absolute;
    z-index: -100;
    margin-top: 273px !important;
  }
 
 header#header {
    z-index: 2;
    min-height: 546.9px !important;
}
    
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) { 
  
  .container {
    padding-left: 5px;
    padding-right: 5px;
} 
    .row {
    margin-left:0px;
    margin-right:0px;
  }
  
  div#header-text {
    display:none;
  }
  
.container.DL .col {
    flex-basis: unset;
    margin-bottom: 20px;
}
  
.container.DL .col.hmc {
    margin-top: -35px;
}
  
i.fas.fa-bars {
    position: absolute;
    top: -40px;
    font-size: 35px;
    left: 170px;
    color: #929292;
    display:block;
}
  
i.fas.fa-times {
    position: absolute;
    top: -40px;
    font-size: 35px;
    left: 173px;
    color: #929292;
}
  
ul.nav.menu.mod-list {
    display: none;
}
  
div#hauptnav li {
    width: 100% !important;
    text-align: center;
    padding-bottom: 10px !important;
    background-color: #929292;
    padding-top: 20px;
}

#hauptnav .current.active {
    border-top: 1px solid #a10000;
    padding-bottom: 5px;
    width: auto;
    background-color: #ad5052;
}

div#center-content {
  width: 100% !important;
  max-width: 100%;
}
  
.row.arrow-d {
    margin-top: 75px;
}
  
.col-4.left {
    max-width: 100%;
    flex: 0 0 100%;
}
  
#logo img {
    width: 100%;
}
  
div#header-text {
    font-size: 30px;
    text-align: center;
    margin-top: 57px;
    margin-left: -40px;
    width: 100%;
    position: inherit;
}
  
.pruefung {
    font-size: 15px;
}
  
.beraten {
    font-size: 15px;
}
  
.treuhand {
    font-size: 15px;
}
  
.right-triangle-1, .right-triangle-2, .right-triangle-3 {
	display:none;
}
  
.arrow-down {
	width: 0;
    height: 0;
    border-left: 165px solid transparent;
    border-right: 165px solid transparent;
    border-top: 50px solid #ad5052;
    margin-bottom: 45px;
}

div#Stage_Text {
    font-size: 25px;
    width: 100%;
}
  
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
  
footer#footer {
	width: 100%;
    display: none;
}
  
div#short-contact .col {
    background-color: #a10000;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #a10000;
}

div#short-contact {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #a10000;
}
  
.col.right {
    margin-top: 40px;
}
 
.container.DL .col-sm {
    margin-top: 20px;
}
  
div#hauptnav {
    position: absolute;
    top: 9.5rem;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    width: 100%;
    left: 0px;
}
  
div#hauptnav li > a {
    color: #fff;
    margin-right: 6px;
}
  
.container .DL img {
    width: 100%;
    height: auto;
}
  
.col-sm.hmc {
    margin-top: -20px !important;
}
  
#AGB {
    position: relative;
    left: 10px;
    top: 12px;
    color: #fff;
}
  
.fadeInRight {
    -webkit-animation-name: none;
    animation-name: none;
}
  
.home #image-header .custom {
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: -100;
    background-size: 100%;
    background-repeat: no-repeat;
}
  
#image-header .custom {
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: -100;
    background-size: 100%;
    background-repeat: no-repeat;
}
  
#image-header {
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: -100;
    margin-top: 157px;
}
  
header#header {
    z-index: 2;
    min-height: 313.9px;
}

ul#team-left {
    display: block !important;
}
  
  
}

/* Small devices (tablets, 768px and up) */ 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 900) {
  
.col-4.left {
    max-width: 100%;
    flex: 0 0 100%;
}
 
  div#header-text {
    display: none;
}
  

div#center-content {
  width: 100% !important;
}
  
div#short-contact {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0%;
}
  
div#header-text {
    left: 190px;
}
  
.arrow-down {
    width: 0;
    height: 0;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-top: 50px solid #ad5052;
}

.right-triangle-1, .right-triangle-2, .right-triangle-3 {
	display:none;
}
  
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #logo img {
    margin-top: -200px;
  }
  
  div#center-content {
    width: 100% !important;
    max-width: 100%;
    margin-top: 180px;
  }

div#hauptnav {
    top: 18.5rem;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 21.5rem solid transparent;
    border-right: 21.5rem solid transparent;
    border-top: 80px solid #ad5052;
    margin-bottom: 45px;
}

  div#open {
    position: absolute;
    left: 12rem;
    top: -2rem;
}
  
div#close {
    position: absolute;
    left: 12rem;
    top: -2rem;
}
  
.home #image-header .custom {
    width: 100%;
    height: 100%;
    background-position: center top;
    z-index: -100;
    background-size: 100%;
}
  
#image-header .custom {
    width: 100%;
    height: 100%;
    background-position: center top;
    z-index: -100;
    background-size: 100%;
}
  
  
header#header {
    z-index: 2;
    min-height: 436.9px;
}
  
#image-header {
    width: 100%;
    height: 390px;
    position: absolute;
    z-index: -100;
    margin-top: 100px;
}
  
.home #image-header {
    width: 100%;
    height: 390px;
    position: absolute;
    z-index: -100;
    margin-top: 120px;
}
  
.kontakt #image-header {
    width: 100%;
    height: 390px;
    position: absolute;
    z-index: -100;
    margin-top: 45px;
}
  


  
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  div#short-contact {
    width: 400px;
    position: absolute;
    top: 0;
    right: 10%;
  }
  
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
  #logo img {
    margin-left: 50px;
  }
  
  div#center-content {
    width: 100% !important;
    max-width: 100%;
    margin-top: 0px;
  }

  div#header-text {
    margin-left: 100px;
  }
  
#logo img {
    margin-left: 20px;
}  
  
div#hauptnav {
    top: 18.5rem;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 28.5rem solid transparent;
    border-right: 28.5rem solid transparent;
    border-top: 80px solid #ad5052;
    margin-bottom: 45px;
}

  div#open {
    position: absolute;
    left: 12rem;
    top: -2rem;
}
  
div#close {
    position: absolute;
    left: 12rem;
    top: -2rem;
}
  
.home #image-header .custom {
    width: 100%;
    height: 100%;
    background-position: center top;
    z-index: -100;
    background-size: auto;
}
  
.right-triangle-3 {
    left: 145px;
    top: -34px;
}
  .right-triangle-2 {
    left: 144px;
    top: -34px;
}
  .right-triangle-1 {
    left: 143px;
    top: -34px;
}
  
}



/* Medium devices (desktops, 992px and up) 
@media (min-width: 992px) {
  
}

/* Large devices (large desktops, 1200px and up) 
@media (min-width: 1200px) {
}

/* for higher resolutions (android and retina) 
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}*//**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
