body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}

p {
	text-align: justify;
	text-justify: inter-word;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}
.h h1 {
    border-bottom: 5px solid #e18f45;
    display: inline-block;
    padding: 5px 20px 5px 0px;
    margin-bottom: 25px;
}

.h h2, h2 {
    border-bottom: 3px solid #808080;
    display: inline-block;
    padding: 5px 20px 5px 0px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.akt-am {
    border-bottom: 3px solid #808080;
    display: inline-block;
    padding: 5px 20px 5px 0px;
    margin-bottom: 25px;
    margin-top: 25px;
    float: right;	
    font-weight: bold;
    font-size: 12px;
}

h1 {
	font-size: 24px;
    font-weight: bold;
}

h2 {
	font-size: 22px;
    font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;	
}

body article ul {
    list-style: none;
    display: inline-block;
}

body article ul br {
    line-height: 0;
    display: block;
    height: 0;
}

body article ul li {
position: relative;
padding-left: 25px;
margin-bottom: 8px;
}

body article ul li:before {
position: absolute;
top: 12px;
left: 0;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f45c";
color: #e18f45;
font-size: 10px;
line-height: 0px;
}

body article ul li a {
    color: #000;
    font-weight: bold;
}


/* link underline */ 

article ul li a, article p a, label a {
    box-shadow: inset 0 var(--shadowHeight) rgba(217, 5, 25, 0.15),-7px 6px 0 -6px rgba(217, 5, 25, 0.15),7px 6px 0 -6px rgba(217, 5, 25, 0.15);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

article a, article a:active, article a:hover, article a:visited {
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 10;
}

article a, article div, article figcaption, article li, article p {
    font-size: 18px;
    --shadowHeight: -9px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

article ul li a:hover, article p a:hover {
    color: #333;
    box-shadow: inset 0 -21px rgba(217, 5, 25, .2),-3px 0 0 0 rgba(217, 5, 25, .2),3px 0 0 0 rgba(217, 5, 25, .2);
}

/* Navi */


nav .dropdown-item {
	text-transform: uppercase;
	line-height: 50px;
	border-top: 1px solid #999;
	white-space: nowrap;
}

nav .nav-link {
	font-size: 16px;
	font-weight: 700;
	line-height: 75px;
	color: #000 !important;
	text-transform: uppercase;
}


@media screen and (max-width: 1366px) {
	nav .nav-link {
		font-size: 14px;
		line-height: 24px;
		font-weight: 700;
		color: #000 !important;
		text-transform: uppercase;
	}
	nav .dropdown-item {
		font-size: 14px;
		line-height: 24px;
		text-transform: uppercase;
		border-top: 1px solid #999;
		white-space: nowrap;
	}	

}

body header {
    height: 140px;
    transition: all 0.3s ease;
    background: white;
    position: fixed;
    z-index: 99;
    background-color: white;
    right: 0;
    left: 0;
}

body header:hover {
    background-color: white !important;
}

body #Slider {
    position: relative;
    z-index: 1;
    padding-top: 139px;
}
@media screen and (max-width: 1366px) {
	body header {
        height: 70px;
    }
    
    body #Slider {
	    padding-top: 90px;
    }
	
}


@media (max-width:992px) {
	body header {
        height: auto;
    }
    
    body #Slider {
	    padding-top: 90px;
    }

}

.navbar-brand>img {
  height: 100%;
}
.navbar-brand {
  padding: 0;
}


/* FOOTER */

body footer {
    font-size: 14px;
    margin-top: 40px;
	clear: both;
}

body footer aside {
    padding: 10px 0;
    height: 35px;
    overflow: hidden;
}

body footer aside p {
    margin: 0;
    font-weight: bold;
    overflow: hidden;
    float: left;
    padding: 0 5px;
}

body footer aside p a, body footer aside p a:link, body footer aside p a:visited {
    font-weight: bold;
    color: #e18f45;
}

body footer {
    height: auto;
    background-color: #d90519;
    padding: 50px 0;
    color: white;
    position: relative;
}

@media (max-width:992px) {
    body footer section {
        padding-bottom: 0;
    }

}

body footer section a {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

body footer section a:hover, body footer section a:active {
    color: #050505;
    text-decoration: none;
}

body footer section .content .links {
    text-align: left;
}

body footer section .content .links .link {
    padding: 10px 0;
    float: left;
}

@media (max-width:992px) {
    body footer section .content .links .link {
        font-size: 1.2rem;
        width: 100%;
    }

}

body footer section .content .links .link img {
    height: 28px;
    margin-right: 10px;
    margin-top: -4px;
    float: left;
}

@media (max-width:992px) {
    body footer section .content .links .link img {
        float: left;
        margin-right: 10px;
    }

}

body footer section .info {
    padding-top: 4px;
}

body footer section .app img {
    width: 135px;
    margin: 10px 0;
}

body footer section .zert img {
    height: 50px;
}



/* Menu Style */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    float: right;
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}



@media only screen and (min-width:769px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
  }
  .dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
  }
}

.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

/* cust */
.no_pd {
	float: left;
}

.breadcrumb-item {
	font-size: 12px;
	font-weight: 800;
}

.breadcrumb-item a {
	font-size: inherit;
	font-weight: inherit;
	color: #e18f45;
}
.breadcrumb-item a:visited {
	font-size: inherit;
	font-weight: inherit;
	color: #e18f45;
}

.breadcrumb-item a:hover {
	font-size: inherit;
	font-weight: inherit;
	color: #e18f45;
	text-decoration: underline;
	cursor: hand;
}

/* Downloads */
body article .pdf {
    height: auto;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    body article .pdf:hover > span, body article .pdf:hover > a .preview {
        opacity: 1;
    }

    body article .pdf:hover > a .icon img {
        opacity: 0;
    }

}

body article .pdf .preview {
    opacity: 1;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    right: 0;
    margin: auto;
    padding: 25px 35px 35px 35px;
    transition: 0.2s;
}

body article .pdf .icon {
    position: relative;
    display: inline-block;
    padding: 30px 15px;
    width: 100%;
    border: 2px solid #e18f45;
}

body article .pdf img {
    position: relative;
    display: block;
    width: 100%;
}

body article .pdf span {
    opacity: 1;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    text-align: center;
    margin: 10px 0 5px 0;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: inline-block;
}

@media (max-width:768px) {
    body article .pdf span {
        opacity: 1;
        padding: 0;
        text-align: center;
    }

}

.btn-primary {
	color: #FFFFFF;
    border-color: #e18f45;
    background-color: #e18f45;
}

.btn-primary:hover {
	color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #e18f45;
}

.btn-primary:visited {
	color: #FFFFFF;
    border-color: #e18f45;
    background-color: #e18f45;
}

.btn-outline-primary {
    color: #e18f45;
    border-color: #e18f45;
}

.btn-outline-primary:visited {
    color: #e18f45;
    border-color: #e18f45;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #e18f45;
    border-color: #e18f45;
}


.card button:hover  {
	text-decoration: none;
	background-color: rgba(217, 5, 25, .2);
}



.accordion-menu .btn i {
  margin-right: 15px;
}

#accordion .btn {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}


#accordion .card {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-radius: inherit;
}

#accordion .card-header {
    background-color: #FFF;
    color: #000;
}

#toTopButton {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#toTopButton::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#toTopButton:hover {
    cursor: pointer;
    background-color: #333;
}

#toTopButton:active {
    background-color: #555;
}

#toTopButton.show {
    opacity: 1;
    visibility: visible;
}



.card-columns {
	column-count: 3;
}

#accordion h5 {
	text-align: left !important;
}

#accordion p {
	text-align: left !important;
}

.desc p{
	text-align: left !important;
}

.card-columns .card p {
	text-align: left !important;
}

@media (max-width:768px) {
	.card-columns {
	     column-count: 1 !important;
	}
}


.bewerben-stamp {
	position: absolute;
    right: 0;
    width: 150px;
    height: 150px;
    z-index: 40;
    margin-right: 25px;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}


