body { line-height: 1.4; font-weight: 300; }
p {	margin-bottom: 1.5rem; }
b, strong { font-weight: 600; } 

.btn-sm, 
.btn,
.form-control { border-radius: 0.5rem; }
#search-form .content { border-bottom-left-radius: 0.5rem;border-bottom-right-radius: 0.5rem; }


/*.form-group { margin: 0.5rem 0; }
.form-group ul.nav-tabs li.nav-item { margin-right: 4px; }
.form-group ul.nav-tabs li.nav-item:last-child { margin-right: 0 !important; }
.form-group ul.nav-tabs li.nav-item a { border-radius: 0; }
.form-group ul.nav-tabs li.nav-item:first-child a { border-top-left-radius: 10px; }
.form-group ul.nav-tabs li.nav-item:last-child a { border-top-right-radius: 10px; }
.nav-tabs .nav-link { padding: 1rem 1rem 0.3rem 1rem; }*/

#search-form .nav .nav-item.active a, .home #search-form .content { opacity: 1; background-color:rgba(255,255,255,0.9); }


/*#top-content #search-form input, #top-content #search-form .btn { padding: 0.9rem 0.75rem 0.8rem 0.75rem; }*/
#top-content #search-form input, #top-content #search-form .btn { padding: 0.75rem; }
#top-content #search-form .btn-geolocate { background: white; border: 1px solid #ced4da; }
#top-content #search-form .btn-geolocate:hover { background: #f1f1f1; }
#top-content #search-form button[type=submit] { width: 100%; margin: 0.5rem 0; }
#top-content #search-form button[type=submit]:hover { opacity: 0.8; }

#mid-content .btn { padding: 0.75rem; /*1rem 1rem; font-size: 1.3rem; line-height: 1.4;*/ }



/* --------------------------------------------------------- */
/* Trefferliste                                              */
/* --------------------------------------------------------- */

/* Klasse form-control komplett ändern, damit Comboboxen immer unserem Look entsprechen */
/*
body.result #search-form .content label[for="radius"] { display: none; }
select.form-control {
	position: relative;
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
  	border: none;
    background-color: transparent;
    transition: none;
}
*/
body.result #search-form .content ul { display: none; }
body.result #mid-content a:hover { color: #97a3b0 !important; /*#3a4652;*/ text-decoration: none !important; }

body.study.result .company { color: #21c4ff !important; }

/*body.result #mid-content .result-list li .col-8 a { font-weight: 500; }*/

/* Aufklapp-Liste bei mehreren Standorten */
/*body.result .dropdown-toggle { position: relative; }				/* nice-select*/
/*body.result .dropdown-toggle:after {
	position: absolute; 
	top: 0.2rem; 
	right: -1rem; 
    width: 10px;
    height: 10px;
    content: "";
    border-top: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
body.result .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0.5rem;
}*/

/*body.result .dropdown-menu { transition: min-height 1s ease-in-out; min-height: 0; }*/
/*body.result .dropdown-menu.show { transform: translate3d(-177px, 21px, 0px); top: 0px; left: 0px; will-change: transform; }*/
/*body.result .dropdown-menu.show { min-height: 10px; }*/

body.result .dropdown-menu { margin: 0.5rem 0 0; padding: 0; left: 24px !important; border-radius: 0 0 0.5rem 0.5rem; }
body.result .dropdown-menu:before { position: absolute; top: -1rem; right: 25%; content: ""; margin-left: -5px; border-width: 8px; border-style: solid; }

body.internship.result .dropdown-menu { background-color: #ff786a; }
body.internship.result .dropdown-menu:before { border-color: transparent transparent #ff786a transparent; }
body.training.result .dropdown-menu { background-color: #09d2bb; }
body.training.result .dropdown-menu:before { border-color: transparent transparent #09d2bb transparent; }
body.study.result .dropdown-menu { background-color: #21c4ff; }
body.study.result .dropdown-menu:before { border-color: transparent transparent #21c4ff transparent; }
	
body.result a.dropdown-item { color: white !important; font-weight: 200 !important; border-bottom: 0.5px solid white; }
body.result a.dropdown-item:last-child { border-bottom: 0; border-radius: 0 0 0.5rem 0.5rem; }
body.result a.dropdown-item:hover { color: #5a6c7f !important; background-color: #f6f7f8; }

body.intership.result a.dropdown-item { background-color: #ff786a; }
body.training.result a.dropdown-item { background-color: #09d2bb; }
body.study.result a.dropdown-item { background-color: #21c4ff; }





/* --------------------------------------------------------- */
/* Einzeltreffer                                             */
/* --------------------------------------------------------- */
body.jobdetails #search-form .content { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

body.jobdetails.internship #mid-content .container .row h2 { color: #ff786a /*!important*/; }
body.jobdetails.training #mid-content .container .row h2 { color: #09d2bb /*!important*/; }
body.jobdetails.study #mid-content .container .row h2 { color: #21c4ff /*!important*/; }

body.jobdetails #mid-content .container .row.pad { padding: 2em 0.7em; }
body.jobdetails #mid-content .container .row h1 { padding-top: 1.5em; line-height: 1; }
body.jobdetails #mid-content .container .row h2 { color: #09d2bb /*!important*/; font-size: 1.6rem; font-weight: 300; line-height: 1; padding-bottom: 0.5em; }


/* Jobdetails Kopfleiste mit Logo */
body.jobdetails #mid-content .container .row .pad .h3 { padding-top: 0; font-size: 1.2rem !important; line-height: 1; }
body.jobdetails #mid-content .container .row .pad h2.h3 { padding-bottom: 0.5em; }

body.jobdetails #mid-content .highlight .btn.btn-block { font-size: 1.2rem; }
body.jobdetails #mid-content .highlight .btn.btn-block:before { font-family: "FontAwesome"; content: "\f1d8"; padding-right: 0.5rem; }

body.jobdetails #mid-content .highlight .row .row .col span.btn-outline-type { color: white !important; background: #e2e5e8; border: none; margin-right: 1rem; 
	width: 4rem; font-size: 1.4rem; }
body.jobdetails #mid-content .highlight .row .row .col.text-right a.btn-type { display: none; }

body.jobdetails #mid-content .collapsible { font-size: 1.1rem !important; font-weight: 500 !important; }
body.jobdetails #mid-content .collapse-title > a { padding: 1rem 0.7rem; }
body.jobdetails #mid-content .collapse-body { border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }

/* Bereich Ansprechpartner */
body.jobdetails #mid-content #collapse-0 { position: relative; }
/*body.jobdetails #mid-content #collapse-0 img { position: absolute; top: 20px; right: 20px; clip-path: circle(60px at 60px 60px); }*/
/*body.jobdetails #mid-content #collapse-0 a[itemprop="email"] { border: 1px solid red; border-radius: 0.5rem; padding: 0.75rem; }*/

/* Bereich Bilder */
body.jobdetails #mid-content #collapse-1 .gallery { min-height: 1px; }															/* Sonst macht das clearfix Ärger */
/*body.jobdetails .gallery > li,
.premiumprofile .gallery > li { padding: 0; }*/

/* Bereich Videos */
body.jobdetails #mid-content #collapse-2 { padding: 0 !important; }																

/* Bereich Benefits */
body.jobdetails #mid-content #collapse-3 .benefits { min-height: 1px; }															/* Sonst macht das clearfix Ärger */
body.jobdetails #mid-content #collapse-3 .benefits .btn { /*margin-top: -1rem;*/ padding: 1rem; width: 5.5rem; }				
body.jobdetails .benefits > li, 
.premiumprofile .benefits > li { width: auto; margin: 0.5rem; }

/* Bereich weitere Ausschreibungen */
/*body.jobdetails #mid-content .further.result-list .text-center { text-align: left !important; } im Ernst!?

body.jobdetails #mid-content .further.result-list .btn:first-child { border-radius: 0.5rem 0 0 0; }
body.jobdetails #mid-content .further.result-list .btn:nth-child(2) { border-radius: 0 0.5rem 0 0; }
*/

body.jobdetails #mid-content .further.result-list .btn-outline-internship[aria-expanded="true"] { background: #ff786a; color: white !important; }
body.jobdetails #mid-content .further.result-list .btn-outline-training[aria-expanded="true"] { background: #09d2bb; color: white !important; }
body.jobdetails #mid-content .further.result-list .btn-outline-study[aria-expanded="true"] { background: #21c4ff; color: white !important; }

body.jobdetails #mid-content .further.result-list #collapse-interships ul li.premium { background-color: #ffddd9; border-bottom: 1px solid #ffbbb4; }
body.jobdetails #mid-content .further.result-list #collapse-trainings ul li.premium { background-color: #c1f3ed; border-bottom: 1px solid #84e8dd; }
body.jobdetails #mid-content .further.result-list #collapse-studies ul li.premium { background-color: #c7f0ff; border-bottom: 1px solid #90e1ff; }



/* --------------------------------------------------------- */
/* STARTSEITE                                                */
/* --------------------------------------------------------- */

.home .card { margin-top: -150px; }
.card.border-radius { border-radius: 10px; }
.card-body { padding: 2.5rem 1.25rem; }
/*.card-body span { font-size: 1.5rem; margin-top: 5px; display: block; }*/

.home #top-content { padding-bottom: 50px; }
.home #mid-content::before { background: #83909f;
  bottom: 0;
  content: '';
  display: block;
  height: 100px;
  left: 0;
  position: relative;
  right: 0;
  top: -100px;
  transform: skewY(-3deg);
  transform-origin: 100%;
  z-index: 0; }



/* --------------------------------------------------------- */
/* Berufe                                                    */
/* --------------------------------------------------------- */




/* --------------------------------------------------------- */
/* FOOTER                                                    */
/* --------------------------------------------------------- */
#footer p { margin-bottom: 0.5rem; }
#footer p a { margin: 0 5px; }
#footer a[title="Sitemap"] { display: none; }


/* Dieses Stylesheet wird vom Frontend nach main.css eingebunden */

/* ==|== colors ==== */
/*
body.home .colorscheme-background,
body.default .colorscheme-background {
    background-color: #6d8090;
}

body.home .colorscheme-label,
body.default .colorscheme-label {
    color: #5a6c7f;
}

hr{
    border-width:2px 0 0;
    border-color:#97a3b0 -moz-use-text-color -moz-use-text-color;
}
*/
/*
praktikum orange: #ff645f
ausbildung gruen: #08d2ba
studium blau: #21c4ff
*/
/*
.color-internship {
    color: #ff645f;
}

.bgcolor-internship {
    background-color: #ff645f !important;
}

.colorscheme-internship .colorscheme-background {
    background-color: #ff645f !important;
}

.colorscheme-internship .colorscheme-label {
    color: #ff645f !important;
}


.color-training {
    color: #08d2ba;
}

.bgcolor-training {
    background-color: #08d2ba !important;
}

.colorscheme-training  .colorscheme-background {
    background-color: #08d2ba !important;
}

.colorscheme-study .colorscheme-label {
    color: #08d2ba !important;
}

.color-study {
    color: #21c4ff;
}

.bgcolor-study {
    background-color: #21c4ff !important;
}

.colorscheme-study .colorscheme-background {
    background-color: #21c4ff !important;
}

.colorscheme-study .colorscheme-label {
    color: #21c4ff !important;
}


.colorscheme-background-default{
    background-color:#f0f1f2;
}

*/
/*
::-webkit-input-placeholder { /* WebKit browsers
    color:    #c2c8ce;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18
    color:    #c2c8ce;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+
    color:    #c2c8ce;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+
    color:    #c2c8ce;
}
*/
/* ==|== common ==== */
/*
html,
body {
    color: #5a6c7f;
    font-family: 'Signika', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #5a6c7f;
}

a:hover{
    color:#97a3b0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 100%;
}

h2 {
    color: #6d8090;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 13px;
}

.error h1,
.error h2,
.error h3 {
    color: darkred;
}

.offerdesc h1, .offerdesc h2, .offerdesc h3, .offerdesc h4, .offerdesc h5, .offerdesc h6, .offerdesc p, .offerdesc span, .offerdesc div, .offerdesc li, .offerdesc {
    font-family: "Signika",sans-serif !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color:inherit !important;
}

b, strong {
    font-weight: 400;
}

.hrBold {
    border-bottom: 2px solid #97a3b0;
    margin-bottom: 15px;
}
.hr{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

button,
a.button {
    color: #fff;
    font-weight: 400;
    font-size: 16px !important;
    padding: 10px;
    background-color: #6d8090;
    border: 1px solid #6d8090;
    border-radius: 5px;
    text-align: center;
}

button:hover,
a.button:hover,
button.active,
a.button.active {
    background-color: #ffffff;
    color:#6d8090;
}

button.low,
a.button.low {
    padding: 4px 10px;
    margin-right:2px;
}

button.inactive,
a.button.inactive {
}

.button.colorscheme-internship,
.colorscheme-internship button,
.colorscheme-internship a.button,
.colorscheme-internship.search button.submit{
    color: #fff;
    background-color: #ff645f;
    border:1px solid #fff;
}

.button.colorscheme-internship.active,
.colorscheme-internship .button.active,
.colorscheme-internship button:hover,
.colorscheme-internship a.button:hover,
.colorscheme-internship.search button.submit:hover{
    background-color: #fff;
    color: #ff645f;
    border-color: #ff645f;
}

.button.colorscheme-training,
.colorscheme-training button,
.colorscheme-training a.button,
.colorscheme-training.search button.submit{
    color: #fff;
    background-color: #08d2ba;
    border: 1px solid #fff;
}

.button.colorscheme-training.active,
.colorscheme-training .button.active,
.colorscheme-training button:hover,
.colorscheme-training a.button:hover,
.colorscheme-training.search button.submit:hover{
    background-color: #fff;
    color: #08d2ba;
    border-color: #08d2ba;
}

.button.colorscheme-study,
.colorscheme-study button,
.colorscheme-study a.button,
.colorscheme-study.search button.submit{
    color: #fff;
    background-color: #21c4ff;
    border:1px solid #fff;
}

.button.colorscheme-study.active,
.colorscheme-study .button.active,
.colorscheme-study button:hover,
.colorscheme-study a.button:hover,
.colorscheme-study.search button.submit:hover{
    background-color: #fff;
    color: #21c4ff;
    border-color: #21c4ff;
}


a.buttonInvert, .buttonInvert {
    color: #6d8090;
    font-weight: 400;
    font-size: 16px !important;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #6d8090;
    border-radius: 5px;
}

a.buttonInvert:hover, .buttonInvert:hover {
    background-color: #6d8090;
    color:#ffffff;
}

.colorscheme-internship a.buttonInvert{
    color: #ff645f;
    background-color: #fff;
    border:1px solid #ff645f;
}

.colorscheme-internship a.buttonInvert.active,
.colorscheme-internship a.buttonInvert:hover{
    background-color: #ff645f !important;
    color: #fff !important;
    border-color: #ff645f !important;
}

.colorscheme-training a.buttonInvert{
    color: #08d2ba;
    background-color: #fff;
    border: 1px solid #08d2ba;
}

.colorscheme-training a.buttonInvert.active,
.colorscheme-training a.buttonInvert:hover{
    background-color: #08d2ba !important;
    color: #fff !important;
    border-color: #08d2ba !important;
}

.colorscheme-study a.buttonInvert{
    color: #21c4ff;
    background-color: #fff;
    border:1px solid #21c4ff;
}

.colorscheme-study a.buttonInvert.active,
.colorscheme-study a.buttonInvert:hover{
    background-color: #21c4ff !important;
    color: #fff !important;
    border-color: #21c4ff !important;
}



button.submitround {
    border-radius: 50%;
    border-width: .2em !important;
}

.colorscheme-internship button.submitround {
    background: #ff645f !important;
    color: white !important;
}
.colorscheme-internship button.submitround:hover {
    background: white !important;
    color: #ff645f !important;
}

.colorscheme-training button.submitround {
    background: #08d2ba !important;
    color: white !important;
}
.colorscheme-training button.submitround:hover {
    background: white !important;
    color: #08d2ba !important;
}

.colorscheme-study button.submitround {
    background: #21c4ff !important;
    color: white !important;
}
.colorscheme-study button.submitround:hover {
    background: white !important;
    color: #21c4ff !important;
}

*/



/* ==|== form ==== */
/*
form input,
form select {
    color: #5a6c7f;
    font-size: 1rem;
    padding: 5px 0;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    font-weight: 200;
    margin-bottom: .6em;
}

form input[type="text"].error,
form input[type="email"].error,
form input[type="password"].error {
    border-width: 1px;
    border-color: #d74c39;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    margin-bottom: 0;
}

input[type="radio"] ~ label,
input[type="checkbox"] ~ label {
    margin: 0 1em 0 .4em;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    padding: 5px 2.5%;
    width: 95%;
}


form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2px;
}

form input ~ label {
    display: inline-block;
}

form button[type="submit"] {
    margin: 1em 0;
}

form ul li {
    color: #d74c39;
    font-weight: 400;
}

.horizontal.center {
    text-align: center;
}

.horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.horizontal ul li {
    display: inline-block;
}

.horizontal.justify ul {
    position: relative;
    text-align: justify;
}

.horizontal.justify ul:after {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    content: '';
}

.company .separator {
    margin: 20px 0 5px;
    color: #6d8090;
}
*/

/* ==|== header ==== */
/*
#header {
    background-color: #bbc1c5;
    color: white;
    overflow: hidden;
}

.error #header {
    background-color: #5a6c7f;
}

#header a {
    color: white;
}

#header .inside {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#header .logo {
    width: 400px;
    margin: 0 auto;
    padding: 30px 0;
    margin-bottom:30px;
}

#header .logo img {
    width: 100%;
    height: auto;
    image-rendering: optimizequality;
}

#header .menu {
    padding:0.5em 0 1em;
}

#header .menu .inside{
    background-image: url(../images/nav-start.png);
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-repeat:no-repeat;
}
#header .menu #bg-menu-item-internship{
    background-image: url(../images/nav-start-internship.png);
}
#header .menu #bg-menu-item-internship.menu-white, #header .menu .bg-menu-item-internship{
    background-image: url(../images/nav-page-internship.png);
}
#header .menu #bg-menu-item-internship.menu-white:hover a{
    color:#ffffff;
}
#header .menu #bg-menu-item-internship.menu-white:hover a#menu-item-internship, #header .menu .bg-menu-item-internship a#menu-item-internship{
    color:#ff645f;
}

#header .menu #bg-menu-item-internship.menu-white.bg-menu-item-internship:hover a#menu-item-internship,
#header .menu #bg-menu-item-training.menu-white.bg-menu-item-internship:hover a#menu-item-training,
#header .menu #bg-menu-item-study.menu-white.bg-menu-item-internship:hover a#menu-item-study{
    color:#ff645f;
}

#header .menu #bg-menu-item-training{
    background-image: url(../images/nav-start-training.png);
}
#header .menu #bg-menu-item-training.menu-white, #header .menu .bg-menu-item-training{
    background-image: url(../images/nav-page-training.png);
}
#header .menu #bg-menu-item-training.menu-white:hover a{
    color:#ffffff;
}
#header .menu #bg-menu-item-training.menu-white:hover a#menu-item-training, #header .menu .bg-menu-item-training a#menu-item-training {
    color:#08d2ba;
}

#header .menu #bg-menu-item-internship.menu-white.bg-menu-item-training:hover a#menu-item-internship,
#header .menu #bg-menu-item-training.menu-white.bg-menu-item-training:hover a#menu-item-training,
#header .menu #bg-menu-item-study.menu-white.bg-menu-item-training:hover a#menu-item-study{
    color:#08d2ba;
}

#header .menu #bg-menu-item-study{
    background-image: url(../images/nav-start-study.png);
}
#header .menu #bg-menu-item-study.menu-white, #header .menu .bg-menu-item-study{
    background-image: url(../images/nav-page-study.png);
}
#header .menu #bg-menu-item-study.menu-white:hover a{
    color:#ffffff;
}
#header .menu #bg-menu-item-study.menu-white:hover a#menu-item-study, #header .menu .bg-menu-item-study a#menu-item-study{
    color:#21c4ff;
}

#header .menu #bg-menu-item-internship.menu-white.bg-menu-item-study:hover a#menu-item-internship,
#header .menu #bg-menu-item-training.menu-white.bg-menu-item-study:hover a#menu-item-training,
#header .menu #bg-menu-item-study.menu-white.bg-menu-item-study:hover a#menu-item-study{
    color:#21c4ff;
}




#header .menu a {
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 100;
    padding: 0.6em 0;
    text-align: center;
    text-decoration: none;
    width: 32.3%;
}
#header .menu a:nth-child(2){
    margin:0 1%;
}

#header #submenu-trigger{
    cursor: pointer;
    font-size: 30px;
    left: 0;
    margin-left: 5px;
    margin-top: 47px;
    position: absolute;
}
#header #submenu-trigger:hover{
    color:#5a6c7f;
}


#header .userinfo {
    border: 1px solid #ffffff;
    border-radius: 4px;
    float: right;
    margin-right: 5px;
    margin-top: 45px;
    width: 100px;
    padding: 10px 15px;
    text-align: center;
}
*/
/* #header .userinfo { -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; } *//*
#header .userinfo > div.usersubmenu { display: block; position: absolute; }
#header .userinfo > div.usersubmenu { position: relative; }
#header .userinfo > div.usersubmenu > a { display: none; }
#header .userinfo:hover > div.usersubmenu  { width: 132%; margin: 5px 0 0 -16%; }
#header .userinfo:hover > div.usersubmenu > a { display: block; font-weight: 200; border-top: 1px solid #ddd; padding: 5px 0; }
#header .userinfo:hover > div.usersubmenu > a:hover { font-weight: 400; }
#header .userinfo:hover { padding-bottom: 0; }

#header .userinfo:hover, #header .userinfo:hover a{
    background:#ffffff;
    color:#97a3b0;
}
.colorscheme-internship #header .userinfo:hover a, .colorscheme-internship #header .userinfo:hover{
    color:#ff645f;
}
.colorscheme-training #header .userinfo:hover a, .colorscheme-training #header .userinfo:hover{
    color:#08d2ba;
}
.colorscheme-study #header .userinfo:hover a, .colorscheme-study #header .userinfo:hover{
    color:#21c4ff;
}
#header .userinfo a {
    text-decoration: none;
    font-weight: 400;
}

.company #header .menu,
.company #header .info-navigation,
.company #header .userinfo {
    display: none;
}

#header #search-label {
    display: none;
    position: absolute;
    width: 200px;
    top: -80px;
}

#header #search-label img {
    width: 100%;
    height: auto;
}

#header.default{
    background-color:#97a3b0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.colorscheme-internship #header.default{
    background: url(../images/background-internship.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.colorscheme-training #header.default{
    background: url(../images/background-training.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.colorscheme-study #header.default{
    background: url(../images/background-study.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.search #header #search-label {
    display: block;
}


.headerImage{
    height: 300px;
    background: transparent;
}
*/






/* ==|== content ==== */
/*
#content .inside {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}

.home #content .inside {
    max-width: 1000px;
    padding: 0;
}

.company #content .inside {
    max-width: 440px;
    font-size: 13px;
}

.company #content .inside a {
    color: #6d8090;
}
*/


/* ==|== subcontent ==== */
/*
#content-sub, #content-sub p {
    font-size: 13px;
}

#content-sub .inside {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#content-sub ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#content-sub .lists {
    background-color: #ffffff;
    padding: 50px 0 65px 0;
}

#content-sub .lists a {
    font-weight: 200;
}

#content-sub .colorscheme-label {
    font-weight: 400;
    text-transform: uppercase;
    font-size:1.5em;
    margin-bottom: 0.7em;
    color:#97a3b0;
}


#content-sub .content-sub-image{
    height: 500px;
    background: transparent;
}
.colorscheme-internship .parallax-mirror{
    background-color:#ffc1bf;
}
.colorscheme-training .parallax-mirror{
    background-color:#9cede3;
}
.colorscheme-study .parallax-mirror{
    background-color:#a6e7ff;
}


#content-sub .fav-company{
    padding:50px 0 75px 0;
}
#content-sub .fav-company .col{
    margin:1em 0;
}
#content-sub .fav-company span{
    display:block;
    text-align: center;
    font-size: 3em;
    color:#5a6c7f;
    margin-bottom:1em;
}
#content-sub .fav-company div{
    text-align: center;
}

#content-sub .list-offers .horizontal-border{
    height:4em;
    width: 1px;
    margin:0 0.8em;
    background:#c2c8ce;
    float:left;
}
#content-sub .list-offers ul{float:left;}
#content-sub .list-offers ul li a{color:#5a6c7f;}
#content-sub .list-offers ul li a:hover{color:#97a3b0;}
#content-sub .list-offers ul li{line-height: 130%;}
#content-sub .list-offers i{
    color: #c2c8ce;
    float: left;
    font-size: 2em;
    border-radius: 50%;
    border-color: #c2c8ce;
    padding:0.4em;
}
#content-sub .list-offers div:nth-child(2) i{padding-left:0.5em; padding-right:0.5em;}
#content-sub .list-offers div:first-child{width: 21%}
#content-sub .list-offers div:nth-child(2){width: 22%}
#content-sub .list-offers div:nth-child(3){width: 25%}
#content-sub .list-offers div:nth-child(4){width: 32%}



#content-sub .info-navigation {
    background:#dfe2e5;
    padding:40px 0 50px;
    overflow: hidden;
}
#content-sub .info-navigatin-items p { font-size: 15px; }
#content-sub .info-navigation a{
    text-align: center;
    color:#97a3b0;
    font-size: 1em;
    margin:1em 0;
}
#content-sub .info-navigation a span{
    font-size: 26px;
    display:block;
    margin-top:0.5em;
}
#content-sub .info-navigation a .fa{
    color:#efefef;
    font-size: 40px;
    border-radius: 2em;
    padding:0.5em;
    width:1em;
    display: inline-block;
    margin:0;
}
#content-sub .info-navigation a p{
    width:15em;
    margin:0 auto;
    text-align:center;
    color:#5a6c7f;
}

#content-sub .info-navigation a:hover, #content-sub .info-navigation a:hover .fa{
    color:#5a6c7f;
    border-color: #5a6c7f;
}

#content-sub .logo img{
    width:22em;
    image-rendering: optimizequality;
}

#content-sub .inside.info-text{
    padding:40px 0 50px 0;
}
#content-sub .info-text .inside-center{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

#content-sub .info-text h1, #content-sub .info-text h3{
    font-size:140%;
}
#content-sub .info-text a{
    font-weight:400;
}
#content-sub .info-text a:hover{

}
*/


/* ==|== footer ==== */
/*
#footer .inside {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}
#footer .logo img {
    image-rendering: optimizequality;
    width: 22em;
}
#footer {
    color: white;
    text-align: center;
    background-color: #97a3b0;
    color: white;
    padding: 55px 0;
    text-align: center;
}
#footer, #footer p {
    font-size: 13px;
}
#footer a {
    text-decoration: underline;
    padding: 0 .3em;
}

#footer a:hover {
    color: white;
}

#footer .footerlinkcloud{
    margin-top:30px;
}

#footer .footerlinkcloud ol{
    display:block;
    padding-left:0;
    text-align: center;
    list-style-position:inside;
}

#footer .footerlinkcloud ol li{
    display:inline;
    list-style: none;
}
*/

/* ==|== dialog === */
/*
.dialog #header .logo {
    height: 90px;
    width: 142px;
    padding: 15px 0;
}

.dialog #header .menu,
.dialog #header .userinfo,
.dialog #header .info-navigation {
    display: none;
}

.dialog #content-sub {
    display: none;
}
*/


/* ==|== Alphabet selectionlist === */
/*.alphabet li.active{
    font-weight: 600;
}*/



/* ==|== Default Page headlinebox === */
/*.defPageHeadline{
    background: #f0f1f2 none repeat scroll 0 0;
    padding: 0.8em 0 0.2em;
}
.defPageHeadline h3{
    font-size: 16px;
    margin: 12px 0 20px;
}
.defPageHeadline span{
    float: right;
    font-weight: 400;
    display: block;
}*/


/* ==|== startpage : jobcounter ==== */
/*
.jobcounter{
    margin-top:0;
    position: relative;
}

#header .jobcounter a{color:#ffffff;}

#header .jobcounter .active a{color:#5a6c7f;}
#header .jobcounter #child-menu-item-internship.active .counter span{color:#ff645f;}
#header .jobcounter #child-menu-item-training.active .counter span{color:#08d2ba;}
#header .jobcounter #child-menu-item-study.active .counter span{color:#21c4ff;}

.jobcounter .col {
    margin-bottom: 80px;
    width: 33.3333%;
    float: left;
}

.jobcounter .col:first-child {
    width: 32.3333%;
    width: calc(33.3333% - 1px);
}

.jobcounter .col:last-child {
    width: 32.3333%;
    width: calc(33.3333% - 1px);
}

.jobcounter .left {
    width: 40%;
    float: left;
    position: relative;
}

.jobcounter .right {
    width: 55%;
    margin: 60px 0 20px 45%;
}

.jobcounter .person {
    margin-top: 40px;
    height: 390px;
}

.jobcounter .person img {
    height: 100%;
    width: auto;
}

.jobcounter .orientation {
    font-size: 24px;
    margin: 0 0 4.5em 0;
    font-weight: 600;
}

.jobcounter .counter span {
    font-size: 38px;
    font-weight: 600;
    line-height: 0;
}

.jobcounter ul {
    list-style-type: none;
    margin: 1.5em 0 0 0;
    padding: 0;
    font-weight: 400;
}
.jobcounter ul li{
    line-height: 120%;
}
.jobcounter ul li i{
    font-size: 13px;
    margin-right: 5px;
}

.blurEgg{
    background-color: white;
    border-radius:50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 300px;
    left: 50%;
    margin: 0 auto 0 -450px;
    opacity: 0.6;
    position: absolute;
    width: 900px;
    -webkit-filter: blur(900px);
    -moz-filter: blur(900px);
    -o-filter: blur(900px);
    -ms-filter: blur(900px);
    filter: blur(900px);
    -webkit-transform: translateZ(0);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='40');
}
 #blurEggCanvas{
    border-radius:50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 300px;
    left: 50%;
    margin: -32px auto 0 -450px;
    opacity: 0.6;
    position: absolute;
    width: 900px;
}
*/


/* ==|== Page : search form ==== */
/*
.search .container.columns2 .col:nth-of-type(1) {
    width: 47%;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.search .container.columns2 .col:nth-of-type(2) {
    width: 47%;
    width: calc(50% - 10px);
    margin-left: 10px;
}

.search .container.columns3 .col:nth-of-type(1) {
    width: 30%;
    width: calc(33.333% - 10px);
    margin-right: 10px;
}

.search .container.columns3 .col:nth-of-type(2) {
    width: 30%;
    width: calc(33.333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.search .container.columns3 .col:nth-of-type(3) {
    width: 30%;
    width: calc(33.333% - 10px);
    margin-left: 10px;
}

.search h1 {
    font-size: 1em;
    margin: 0 0 8px 0;
    padding: 0;
}

.search .jobcount {
    float: right;
}
.search .resultsheader{
    position:relative;
}
.search .resultsheader .jobcount{
    color:#5a6c7f;
    position: absolute;
    right:0;
    top:0;
    margin-right: 30px;
}

#close-extended-search {
    float: right;
}

.search-box{
    width:80%;
    margin:0 auto;
    padding:1em 0 .5em;
}
.search-box label{
    display: none;
}

.pagesearchresults .search-box .container .col{
    margin-top:31px;
}
.search.pagesearchresultscity .resultsheader h1,
.search.pagesearchresultyear .resultsheader h1{
    margin-bottom:25px;
    font-weight: 500;
}

.nipple{
    background-image: url(../images/nipple.png);
    background-repeat:no-repeat;
    background-position: center;
    width: 100%;
    height: 22px;
    display: none;
}

.search-box-header {
    background:#ffffff;
    color:#5a6c7f;
}

.search-box-header label {
    color:#5a6c7f;
    font-weight: 400;
    padding:0 0 0.8em 0;
    display: block;
    font-size: 1.5em;
    line-height: 20px;
    margin-bottom:0;
}


.search form input[type="text"] {
    height: 2em;
    border-radius: 5px;
    border: none;
    width:90%;
}
.search form input#wo{
    margin-left: 20px;
    padding-left: 20px;
    width:88%;
}

.search form div.submit {
    text-align: center;
    margin-top: 20px;
}


.search form button.submitround {
    border-width: .2em !important;
    height: 80px;
    position: absolute;
    top: 30px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    left: 0;
    right: 0;
}
.search form button.submitround i{
    font-size: 2em;
}

.search-box-extended {
    padding: 1em 20px;
    display: block;
}
.search .search-box-extended input[type="text"]{
    width:95%;
}

#show-extended-search{
    color: #ffffff;
    display: block;
    margin-top: 15px;
    margin-bottom:50px;
    text-align: center;
}
#show-extended-search:hover{
    cursor: pointer;
    opacity: 0.8;
}

.search form input[type="checkbox"] {
    margin-right: .2em;
}

.search-box-extended label{
    display:block;
    float: left;
    width: 87%;
    font-weight:200;
}

.search-box-extended .separator {
    margin: 1em 0 .6em 0;
}

.search-box-extended .separator label {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #5a6c7f;
    font-size: 1.2rem;
    margin-top: 1.5em;
    padding: 0.2em 0;
    float:none;
    font-weight:400;
    width:100%;
}

.search-box-extended .col > div:first-of-type .separator {
    margin-top: 0;
    margin-bottom:1.5em;
}

.search-box-extended .clearfix {
    margin: .1em 0;
}

#search-extended{
    background:#ffffff;
    display: none;
    padding:3em 0;
}
#search-extended input[type="text"]{
    border: 1px solid #ddd;
    font-family: 'FontAwesome','Signika';
}
#search-extended select, #pageRegister form select, .pageExtendPremium select{
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    height:2.7em;
    border-radius:5px;
    border:1px solid #97a3b0;
    font-family: 'FontAwesome','Signika';
    padding: 5px 1%;
    width: 100%;
    background-image:
    linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 15px) 0.8em,
    calc(100% - 20px) 0.8em,
    calc(100% - 20px) calc(1.3em + 2px),
    calc(100% - 15px) calc(1.3em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    background-color: #fff;
}
#search-extended select, #pageRegister form select option:first-child, .pageExtendPremium select:first-child{
    color:#5a6c7f;
}

#search-extended .inside{
    max-width: 800px;
    color:#5a6c7f;
}

#header .extendedSubmit{
    text-align: center;
    margin-top:30px;
    margin-bottom:10px;
}
#search-extended .submit{
    margin-top: 30px;
}

.searchAds{
    margin:15px 0;
}
*/


/* ==|== Plugin: I Checkbox ==== */
/*
.icheckbox_square, .icheckbox_flat {
    float: left;
    margin-right: .6em;
    margin-top: .1em;
}
.icheckbox_flat-orange, .iradio_flat-orange{
    background-image: url(../images/icheck-orange.png);
}
.icheckbox_flat-green, .iradio_flat-green{
    background-image: url(../images/icheck-green.png);
}
.icheckbox_flat-blue, .iradio_flat-blue{
    background-image: url(../images/icheck-blue.png);
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-orange,
    .iradio_flat-orange {
        background-image: url(../images/icheck-orange@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
    .icheckbox_flat-green,
    .iradio_flat-green {
        background-image: url(../images/icheck-green@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
    .icheckbox_flat-blue,
    .iradio_flat-blue {
        background-image: url(../images/icheck-blue@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
*/


/* ==|== Page : searchresult ==== */
/*
.search .container.margin {
    margin: .6em 0 1em 0;
}

.search .infotext {
    background-color: #f0f1f2;
    padding: 5px 10px;
}

.search .infotext h1 {
    color: #5a6c7f;
    font-size: 1em;
    margin: 1.3em 0 0 0;
    font-weight: 200;
}

.search .infotext h2 {
    color: #5a6c7f;
    font-size: .9em;
    font-weight: 600;
    margin: .2em 0 .4em 0;
    padding: 0;
}

.search .searchstring{
    background-color: #f0f1f2;
    color: #5a6c7f;
    font-weight: 400;
    padding: 0 0 25px;
}
.search .searchstring h2{
    font-size: 24px;
    margin:0;
}
.search .searchstring span{
    font-size: 12px;
    display:block;
    line-height:1.2;
}

.searchstring-bottom{
    font-size: 0.8em;
    margin:50px 0 15px 0;
}
.searchstring-bottom h2{
    margin:0;
}
.searchstring-bottom p{
    margin-top:0;
}

ul.searchresult {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.searchresult.premium li{
    padding: 15px 10px;
    margin-bottom:4px;
}
ul.searchresult.premium li:last-child {
    margin-bottom:0;
}

ul.searchresult h3{
    font-size:16px;
    margin:0;
    line-height:125%;
}

.colorscheme-internship ul.searchresult.premium h3, .colorscheme-internship ul.searchresult.premium .infoRight ul li, .colorscheme-internship ul.searchresult.premium .infoRight ul li i,
.colorscheme-internship ul.searchresult .premium h3, .colorscheme-internship ul.searchresult .premium .infoRight ul li, .colorscheme-internship ul.searchresult .premium .infoRight ul li{
    color:#ffffff;
}
.colorscheme-training ul.searchresult.premium h3, .colorscheme-training ul.searchresult.premium .infoRight ul li, .colorscheme-training ul.searchresult.premium .infoRight ul li i,
.colorscheme-training ul.searchresult .premium h3, .colorscheme-training ul.searchresult .premium .infoRight ul li, .colorscheme-training ul.searchresult .premium .infoRight ul li i{
    color:#ffffff;
}
.colorscheme-study ul.searchresult.premium h3, .colorscheme-study ul.searchresult.premium .infoRight ul li, .colorscheme-study ul.searchresult.premium .infoRight ul li i,
.colorscheme-study ul.searchresult .premium h3, .colorscheme-study ul.searchresult .premium .infoRight ul li, .colorscheme-study ul.searchresult .premium .infoRight ul li i{
    color:#ffffff;
}

.colorscheme-internship ul.searchresult h3, .colorscheme-internship ul.searchresult .infoRight ul li i{
    color:#ff645f;
}

.colorscheme-training ul.searchresult h3, .colorscheme-training ul.searchresult .infoRight ul li i{
    color:#08d2ba;
}

.colorscheme-study ul.searchresult h3, .colorscheme-study ul.searchresult .infoRight ul li i{
    color:#21c4ff;
}

.colorscheme-internship ul.searchresult.premium li, .colorscheme-internship ul.searchresult .premium{
    background-color: #ff645f;
}
.colorscheme-training ul.searchresult.premium li, .colorscheme-training ul.searchresult .premium{
    background-color: #08d2ba;
}
.colorscheme-study ul.searchresult.premium li, .colorscheme-study ul.searchresult .premium{
    background-color: #21c4ff;
}

#content ul.searchresult.default li .inside{
    border-bottom:1px solid #ddd;
    padding: 15px 10px;
    margin-bottom:4px;
}

#content ul.searchresult.default .premium.colorscheme-background-default{
    margin-bottom:4px;
}
#content ul.searchresult.default .premium.colorscheme-background-default .inside{
    border:none;
}



ul.searchresult .logo {
    width: 80px;
    height: 80px;
    float: left;
}

ul.searchresult .logo img {
    width: 100%;
    height: auto;
    background-color:#ffffff;
}

ul.searchresult .info {
    margin-left: 100px;
}

ul.searchresult .info .infoLeft{
    float:left;
    width:66%;
    margin-right:2%;
}
.searchresult.premium .info:hover {
    opacity: 0.8;
}
.searchresult.premium .info .infoLeft:hover {
    color: white;
}

ul.searchresult .info .infoRight{
    float:left;
    width:32%;
}
ul.searchresult .info .infoRight ul li {
    margin:0;
    padding:0 0 5px 0;
}
ul.searchresult .info .infoRight ul li i{
    width:20px;
    text-align: center;
}
ul.searchresult .info .infoRight ul li span {

}


ul.searchresult a h3 {
    color: white;
}

.pagination > div {
    float: right;
}

.pagination ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination ul li {
    float: left;
    margin: 0 1px;
}

.pagination ul li a,
.pagination ul li span {
    min-width:1.8em;
    height:1.6em;
    text-align: center;
    border-radius: 5px;
    padding-top:.2em;
    display: block;
}

.pagination ul li span {
    font-weight: 400;
}

.colorscheme-internship .pagination ul li .colorscheme-label, .colorscheme-internship .pagination ul li a:hover{
    color:#ffffff !important;
    background:#ff645f !important;
}
.colorscheme-training .pagination ul li .colorscheme-label{
    color:#ffffff !important;
    background:#08d2ba !important;
}
.colorscheme-study .pagination ul li .colorscheme-label{
    color:#ffffff !important;
    background:#21c4ff !important;
}


.searchfilter select {
    border-radius: 5%;
    color: white;
    height: 30px;
    padding: 0 0 0 5px;
    width: 80px;

    display: inline-block;
    line-height: 1.5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius:5px;
    border:0;
    font-family: 'FontAwesome','Signika';
    background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%);
    background-position:
    calc(100% - 15px) 0.6em,
    calc(100% - 20px) 0.6em,
    calc(100% - 20px) calc(1.1em),
    calc(100% - 15px) calc(1.1em);
    background-size:
    5px 5px,
    5px 5px,
    5px 5px,
    5px 5px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.colorscheme-internship .searchfilter select{
    background-color: #ff645f;
    border: medium none #ff645f;
}
.colorscheme-training .searchfilter select{
    background-color: #08d2ba;
    border: medium none #08d2ba;
}
.colorscheme-study .searchfilter select{
    background-color: #21c4ff;
    border: medium none #21c4ff;
}

.searchmenutop,.searchmenubottom{
    margin-bottom:40px !important;
    margin-top:30px !important;
}

.registerbox{
    padding-bottom:3em;
}
#content .registerbox .inside{
    max-width: 1000px;
}
.registerboxhint{
    border-radius: 5px;
    border:1px solid #999;
    width:12em;
    height:12em;
    position:absolute;
    margin-bottom:5em;
    background:#5b6c7e;
}
.registerboxhint i{
    bottom: 0.5em;
    color: #ffffff;
    font-size: 1.4em;
    left: 0.5em;
    position: absolute;
}
.registerboxhint .button{
    bottom: .4em;
    position: absolute;
    right: .4em;
}
.registerboxhint .registerboxhintcontent{
    margin-top:6em;
    margin-left:.4em;
}
.registerboxhint .registerboxhintcontent p{
    margin:0;
}
.colorscheme-internship .registerboxhint span{
    color:#ff645f;
}
.colorscheme-training .registerboxhint span{
    color:#08d2ba;
}
.colorscheme-study .registerboxhint span{
    color:#21c4ff;
}
.registerboxhint p{
    font-size: .8em;
}

.search .linkblock {
    font-size: .8em;
    margin-bottom:40px !important;
}

.search .linkblock strong {
    font-weight: 600;
}
*/


/* ==|== Page : jobdetails ==== */
/*
.jobdetails .jobdetailsheadline{
    background:#f0f1f2;
    padding:0;
}

.jobdetails  .fb-like {
    display: inline-block;
    border: none;
    width: 80px;
    height: 21px;
}

.jobdetails h3 {
    font-size: 16px;
    padding: 17px 0 20px;
    margin: 0;
}

.jobdetails .backlink {
    float: right;
    font-weight: 400;
    margin-top: 17px;
}
.jobdetails .ad-horizontal-large { margin: 30px 0 -10px 0; }

.details {
    background-color: #ffffff;
    padding-top:50px;
}

.details > .inner {
    background-image: linear-gradient(180deg, #8d8e91, #8d8e91, #8d8e91);
    background-position: 59.6%;
    background-repeat: repeat-y;
    background-size: 1px 1px;
}

.details.premium {
    background-color: #ffffff;
    padding-top:0;
}

.details .header {
    background-color: #8d8e91;
    color: white;
    position: relative;
}

.details.premium .header {
    background-color: #c2c8ce;
    overflow: hidden;
}

.backgroundImage, #backgroundImageCanvas{
    width:100% !important;
    height:300px;
    position: absolute;
    top:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');
}
.header .inside{
    position: relative;
}

.details .offerdesc{
    margin:30px 0 15px 0;
}
.details .offerdesc ul li{
    list-style: circle;
    margin-left:30px;
}
.details .companyUrl{
    display:block;
    padding: 0 0 15px 0;
}


.details .dynamic-text {
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.details .header img {
    width: 100%;
    height: auto;
}

.details .header .begin {
    color: #c2c8ce;
}

.details h1, .h-one-style {
    font-size: 28px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom:0;
    color: #5a6c7f;
    font-weight:400;
}
.details h1 span{
    display:block;
}

.colorscheme-internship .details h2, .colorscheme-internship .details .headlinelabel, .colorscheme-internship .details .label{
    color: #ff645f;
}

.colorscheme-training .details h2, .colorscheme-training .details .headlinelabel, .colorscheme-training .details .label {
    color: #08d2ba;
}

.colorscheme-study .details h2, .colorscheme-study .details .headlinelabel, .colorscheme-study .details .label {
    color: #21c4ff;
}

.details .header h2 {
    color: white;
    margin: 0;
}

.details h2, .details h1 .subheadline{
    color:#708190;
    font-size:16px;
    margin-top:5px;
}
.details h1 .subheadline{
    font-weight: 400;
    margin:0 0 1em;
}

.details .headlinelabel{
    font-weight: 600;
    display: block;
}

.details .logo {
    text-align: center;
    margin-bottom:25px;
}
.details .logo img{
    width:150px;
}

.details #map-container {
    height: 300px;
    margin-bottom: 30px;
}

.details #map-canvas {
    width: 100%;
    height: 300px;
}
*/


/* ==|== jobdetails : Premium ==== */
/*
.premium #header #submenu-trigger{
    margin-top:33px;
}

.premium.jobdetails #header{
    padding:0;
}
.premium #header .logo {
    margin-bottom: 0;
    margin-left: 100px;
    padding: 25px 0 30px;
    width: 400px;
}
.premium #header .logo img {
    height: auto;
    width: 300px;
}

.premium #header .userinfo{
    display: none;
}

.premium #header .menu {
    left: 47%;
    padding: 0.5em 0 1em;
    position: absolute;
    top: 30px;
    width: 460px;
}
.premium #header .menu .inside {
    height: 32px;
}
.premium #header .menu a {
    font-size: 17px;
    padding: 0.2em 0;
    width: 32.3%;
}
.premium #header .menu a span{
    display:none;
}

.premium.jobdetails h3{
    padding:10px 0 15px;
}
.premium.jobdetails .backlink{
    margin-top: 10px;
}




.details .premiumnavigation{
    margin:0 0 40px 0;
}
.details .premiumnavigation ul{
    width:calc(100% - 2px);
}
.details .premiumnavigation ul li{
    float:left;
}
.details .premiumnavigation ul.premiumnavigationItems-2 li{
    width:calc(100%/2);
}
.details .premiumnavigation ul.premiumnavigationItems-3 li{
    width:calc(100%/3);
}
.details .premiumnavigation ul.premiumnavigationItems-4 li{
    width:calc(100%/4);
}
.details .premiumnavigation ul.premiumnavigationItems-5 li{
    width:calc(100%/5);
}
.details .premiumnavigation ul.premiumnavigationItems-6 li{
    width:calc(100%/6);
}
.details .premiumnavigation ul.premiumnavigationItems li a{
    width:calc(100% - 16px);
}
.details .premiumnavigation ul li .button{
    width:auto;
    min-width: 5em;
    padding:12px 8px;
    background:#f0f1f2;
    color:#97a3b0;
    border-color:#fff;
    line-height: 24px;
    border-radius: 0;
    border-top:0;
}
.colorscheme-internship .details .premiumnavigation ul li.ui-tabs-active .button{
    color:#ffffff;
    background:#ff645f;
    border-color: #ff645f;
}
.colorscheme-training .details .premiumnavigation ul li.ui-tabs-active .button{
    color:#ffffff;
    background:#08d2ba;
    border-color:#08d2ba;
}
.colorscheme-study .details .premiumnavigation ul li.ui-tabs-active .button{
    color:#ffffff;
    background:#21c4ff;
    border-color:#21c4ff;
}

.premiumnavigationhr{
    border-bottom:1px solid #ddd;
    margin:0 10px 25px;
}
*/
/*JQUERY UI - RESET*/
/*
.ui-widget-content{
    border:0;
    color:#5a6c7f;
}
.ui-widget-header{
    border:0;
    background:none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border:0;
    background:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border:0;
}
.ui-tabs .ui-tabs-nav{
    float:left;
    padding:0;
}
.ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
}
.ui-widget{
    font-family: "Signika",sans-serif;
}
.ui-tabs .ui-tabs-panel{
    padding:15px 10px 0 10px;
}
.colorscheme-internship .ui-widget-content a{
    color:#ff645f;
}
.colorscheme-training .ui-widget-content a{
    color:#08d2ba;
}
.colorscheme-study .ui-widget-content a{
    color:#21c4ff;
}


.ui-autocomplete {
    border-radius: 5px;
}

.ui-autocomplete .ui-state-focus {
    background: none;
    border: none;
    font-weight: 300;
    margin: 0;
}

.ui-autocomplete.where small {
    color: gray;
    margin-left: 1em;
}


.socialbuttons{
    float:right;
    margin: .6em .7em 0 0;
    display: none;
}

.details .companyaddress p{
    margin-top:0;
    margin-bottom:10px;
}
.details .companyaddress .locationImage{
    margin-bottom:5px;
    display: none;
}
.details .companyaddress .locationImage img{
    width:100%;
    height: auto;
}
.details p.companyaddressApplication{
    margin-bottom:16px;
}
.details .companyaddressApplication .companyaddressApplicationHeadline{
    font-weight:600;
    display:block;
}

.details .label, .details .info h2 {
    font-weight: 600;
    display: block;
    margin: 5px 0;
}

.details .info {
    padding-bottom: 25px;
    position: relative;
}

.details .info a{
    color:#5a6c7f;
}
.details .info a:hover {
    color:#97a3b0;
}

.details .info table{
    width:72%;
}

.details table th {
    vertical-align: top;
    text-align: left;
    font-weight: 200;
    padding-right: 1em;
    width:30%;
}

.details .contentSource{
    display:none;
    margin-top:20px;
}

.details a.jobalertfail {
    display: inline-block;
    border: 1px solid #ddd;
    color: #97a3b0;
    border-radius: 5px;
    padding: 6px 10px;
    margin-top: 6px;
    position: absolute;
    right: 0;
    bottom: 20%;
}
.details a.jobalertfail:hover {
    border: 1px solid #97a3b0;
    color: #ffffff;
    background: #97a3b0;
}

.details .contact .img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    overflow: hidden;
}
.details .contact .img img{
    width: 100%;
}

.contactimgcontainer{
    margin-bottom: 1em;
    width: 70%;
}

.details .info p,
.details .contact p {
    margin: .3em 0;
}

.details .contact{
    margin-bottom:1em;
}

.details .contact a{
    display: block;
}

.details .contact a i{
    background-color: #5a6c7f;
    border-radius: 15%;
    color: white;
    display: inline-block;
    font-size: 0.9em;
    line-height: .8em;
    padding: 0.4em 0 0.45em;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 1.7em;
    float:left;
}
.details .contact a span{
    margin-top:1px;
    display: block;
    float:left;
    margin-left: 5px;
}

.colorscheme-internship .details .contact a i{
    background-color: #ff645f;
}

.colorscheme-training .details .contact a i{
    background-color: #08d2ba;
}

.colorscheme-study .details .contact a i{
    background-color: #21c4ff;
}

.colorscheme-internship .details .contact a,
.colorscheme-internship .location .label,
.colorscheme-internship .documents ul li a,
.colorscheme-internship .websitelink{
    color: #ff645f;
}

.colorscheme-training .details .contact a,
.colorscheme-training .location .label,
.colorscheme-training .documents ul li a,
.colorscheme-training .websitelink{
    color: #08d2ba;
}

.colorscheme-study .details .contact a,
.colorscheme-study .location .label,
.colorscheme-study .documents ul li a,
.colorscheme-study .websitelink{
    color: #21c4ff;
}

.details .inner ul {
    list-style-type: square;
    margin-left: 15px;
}

.details .inner{
    padding: 1em 1em 1em 1em;
}

.details .media {
    margin-bottom:30px;
}

.mediavideo p{
    margin-top:0;
}

.details .container.columns2 .col:nth-of-type(1) {
    width: 67%;
    width: calc(75% - 10px);
    padding-right: 10px;
}

.details .container.columns2 .col:nth-of-type(2) {
    width: 27%;
    width: calc(25% - 20px);
    padding-left: 10px;
}

.details .documents .label{
    float:left;
    display: inline;
    margin-top:0;
}
.details .documents ul{
    float:left;
}
.details .documents ul li{
    border-left: 1px solid #ddd;
    display: inline;
    margin-left: 15px;
    padding-left: 15px;
}

.details .websitelink{
    display: block;
    margin-bottom:1em;
}

.details .socialmedia a{
    color:#97a3b0;
    font-size: 1.3em;
    padding-right: 0.2em;
}
*/

/* ==|== details : location ==== */
/*
.details .locationinfoleft{
    float:left;
}
.details .locationinforight{
    float:right;
}
*/


/* ==|== details : video ==== */
/*
.details .videoframe {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
}

.details .videoframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border:0;
}

.details .mediavideo .videoLabel {
    display:block;
    margin-top:5px;
}
*/

/* ==|== details : gallery ==== */
/*
.details .gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: 0;
}

.details .gallery ul li {
    display: block;
    width: 32%;
    float: left;
    margin-bottom:10px;
    margin-right:10px;
}
.details .gallery ul li:nth-child(3n){
    margin-right:0;
}

.details .col.span .gallery ul li {
    width: 11%;
}

.details .gallery img {
    width: 100%;
    height: auto;
}

.apply {
    text-align: center;
    padding: 1em 0;
}

.apply a.button {
    display: block;
    font-size: 110% !important;
    font-weight: 400;
    margin: 2em auto;
    padding: 12px 15px;
    width: 200px;
}
*/

/* ==|== details : initiativtext ==== */
/*
.colorscheme-training .apply p.initiativtext {
    background: #08d2ba;
}
.colorscheme-internship .apply p.initiativtext{
    background: #ff645f;
}
.colorscheme-study .apply p.initiativtext{
    background: #21c4ff;
}
.apply p.initiativtext {
    text-align: left;
    font-weight: 400;
    margin: 30px 0;
    padding:15px;
    border-radius: 5px;
    color:#ffffff;
}
.apply p.initiativtext i {
    float: left;
    margin: -2px 15px 0 0;
}
*/

/* ==|== Premium : Benefits ==== */
/*
.benefits{
    margin-top: -16px;
    padding-top: 20px;
}

.benefits li {
    border-radius: 50%;
    display: block;
    float: left;
    height: 34px;
    margin: 0 5px 5px 0;
    padding: 2%;
    width: 34px;
    cursor:help;
}
.benefits li:nth-child(4n){
    margin-right:0;
}

.benefits li img {
    width: 100%;
    height: auto;
}

.colorscheme-training .benefits li, .colorscheme-training .benefititem img {
    background-color: #08d2ba;
}

.colorscheme-internship .benefits li, .colorscheme-internship .benefititem img {
    background-color: #ff645f;
}

.colorscheme-study .benefits li, .colorscheme-study .benefititem img {
    background-color: #21c4ff;
}

.benefititem img{
    width:70px;
    margin-bottom:1em;
    border-radius: 50%;
}
.benefititem p{
    margin-top:0;
}
.benefititemleft{
    float:left;
    width:20%;
}
.benefititemright{
    float:left;
    width:80%;
}

.benefits .fi {
    margin-left: 1px;
    margin-top: -5px;
    display: block;
}
.fi:before, .fi:before{
    margin:0 !important;
}

.details.premium .benefits ul li i {
    font-size: 120%;
}

.details.premium .benefits ul li {
    text-align: center;
    width: 32px;
    height: 25px;
    padding-top: 9px;
    background: white;
}

body.colorscheme-training .details.premium .benefits ul li {
    border: 1px solid #08d2ba;
}
body.colorscheme-internship .details.premium .benefits ul li {
    border: 1px solid #ff645f;
}
body.colorscheme-study .details.premium .benefits ul li {
    border: 1px solid #21c4ff;
}

body.colorscheme-training .details.premium .benefits ul li i {
    color: #08d2ba;
}
body.colorscheme-internship .details.premium .benefits ul li i {
    color: #ff645f;
}
body.colorscheme-study .details.premium .benefits ul li i {
    color: #21c4ff;
}

.benefititem .benefititemleft {
    text-align: center;
}
.benefititem .benefititemleft i {
    font-size: 200%; margin-top: 6px;
}

.jobdetails .backlinks {
    text-align: center;
}

.jobdetails .backlinks a {
    margin: 0 1em;
}

.jobdetails #header{
    padding-bottom:50px;
}
*/

/* ==|== details : Socialstream ==== */
/*
.socialstreamPage .socialstreamPageLinks a {
    color: #5a6c7f !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin: 5px 0;
    display: block;
    width: 100%;
}

.socialstreamPage .socialstreamPageLinks a span {
    padding-left:15px;
}

.socialstreamPage #social-stream{

}

.socialstreamPage .dcsns-toolbar{
    margin:40px 0;
}
.socialstreamPage .dcsns-toolbar .filter li a.selected, .socialstreamPage .stream li .section-intro a{
    color:#ffffff !important;
}
*/
/* ==|== weitere angebote von ==== */
/*
.further {
    margin: 15px 0 50px 0;
}

.further p {
    margin: 0 0 5px 0;
    font-weight: 400;
}

.further ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.further ul li{
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
    padding-bottom: 4px;
}

.further a{
    color:#5a6c7f !important;
}

.further a:hover{
    color:#97a3b0 !important;
}

.further .hr{
    margin-bottom:0;
}

.further span{
    line-height: 100%;
}
*/

/* ==|== application form ==== */
/*
.application p.large {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0;
}

.application .inner {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.application .captcha {
    margin: 1em 0;
}

.application .captcha img {
    float: left;
    width: 130px;
    border-radius: 5px;
    height:42px;
}

.application .captcha input {
    width: calc(97% - 160px);
    float: right;
}

.application .privacy,
.application .newsletter {
    position: relative;
}

.application .privacy input,
.application .newsletter input {
    position: absolute;
    top: .4em;
}

.application .privacy label,
.application .newsletter label,
.application .privacy ul,
.application .newsletter ul {
    padding-left: 1.2em;
}

.application .privacy label a,
.application .newsletter label a,
.application .document a{
    text-decoration: underline;
}

.application{
    padding:1.6em 0 3em;
    margin-top:20px;
    margin-bottom:40px;
}

.colorscheme-training.jobdetails .application{
    background-color: #9cede3;
}
.colorscheme-internship.jobdetails .application{
    background-color:#ffc1bf;
}
.colorscheme-study.jobdetails .application {
    background-color: #a6e7ff;
}

#content .application .col{
    width:49%;
    position: relative;
}
.application .col:nth-child(odd){
    float:right;
}
#content .application div{
    position: relative;
}
#content .application ul{
    margin-bottom:5px;
}
#content .application .privacy ul{
    top:-30px;
}

.application input[type="text"]{
    color: #5a6c7f;
    border: medium none;
    border-radius: 5px;
    height: 2em;
}
.application textarea{
    width:calc(100% - 20px);
    color: #5a6c7f;
    border: medium none;
    border-radius: 5px;
    padding:10px;
}
.application button{
    display: block;
    margin: 1em auto !important;
}
#application_email{
    padding: 5px 1%;
    width: 98%;
    margin:5px 0 20px;
}

#application_document{
    margin:0;
}

.application .container.columns2 .col:nth-of-type(1){
    padding:0;
    float:left;
}
.application .container.columns2 .col:nth-of-type(2){
    float:right;
}

.applicationHint{
    padding:15px;
    background:#ffffff;
    margin-top:50px;
    border-radius: 5px;
}
.applicationHint .hintLeft, .applicationHint .hintRight{
    float:left;
    height:100px;
}
.applicationHint .hintLeft{
    width:15%;
}
.applicationHint .hintRight{
    width:80%;
}
.applicationHint .hintLeft i{
    font-size: 60px;
    padding: 21px;
}
.applicationHint .hintRight span{
    display:block;
    font-weight: 400;
    margin-top:5px;
}
.applicationHint ul{
    margin-left:16px;
}
.applicationHint ul li{
    list-style: circle;
}

#versendet{
    padding-top:0;
    padding-bottom:20px;
}
#versendet p{
    font-size:140%;
}

.versendetHeadline{
    display:block;
    font-size: 1.5em;
    font-weight: 600;
    margin-top:30px;
}
.versendetShare {
    margin:20px 0;
}
.versendetShare a {
    padding:5px 8px;
    color:#ffffff;
}
.versendetShare a i{
    padding-right:6px;
}
.versendetShare a.facebook {
    background:#3b5998;
}
.versendetShare a.facebook i {
    padding-right:12px;
}
.versendetShare a.twitter {
    background:#1da1f2;
}
.versendetShare a.mail {
    background:#555;
}
.versendetShare a:hover {
    color:#ccc !important;
}
*/
/* ==|== tooltips ==== */
/*
#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}
*/



/* ==|== Default ==== */
/*
body.default h2 {
    margin: 2em 0 1em 0;
}
body.default #content {
    padding-bottom: 50px;
}
*/


/* ==|== Static Pages ==== */
/*
.pageStatic { }
.pageStatic h2 {
    font-size: 30px;
}
.pageStatic p,
.pageStatic h1,
.pageStatic h2,
.pageStatic h3,
.pageStatic h4 {

}
.pageStatic p{
    font-weight: 200;
    padding-bottom: 20px;
}

.pageStatic #header,
.pageTrainingCompany #header,
.noHeadSearchbox #header{
    padding-bottom:50px;
}
.pageDates h2,
.pageVideo h2,
.pageNewsletter h2,
.pageSocialstream h2,
.pageBlog h2{
    text-align: center;
}
.pageDates h2,
.pageVideo h2,
.pageTrainingCompany h2,
.pageBlog h2{
    padding-top:20px;
    font-size: 30px;
}
.pageDates p,
.pageVideo p,
.pageNewsletter p,
.pageBlog p{
    font-size: 20px;
    text-align: center;
}
.pageDates .tribe-events-list-event-description,
.pageDates .tribe-events-gmap{
    display:none;
}
*/


/* ==|== Page : Socialstream ==== */
/*.pageSocialstream #content .inside{
    max-width:88%;
}
.pageSocialstream  .dcsns-toolbar{
    margin-bottom:30px;
}
.pageSocialstream #dcsns-filter{
    margin: 0 auto;
    width: 110px;
}
*/


/* ==|== Page : Uniranking ==== */
/*
.pageUniranking h1 {
    font-size: 18px;
    margin: 2em 0 10px 0;
}
.pageUniranking h2 {
    margin: 0 !important;
}
.pageUniranking ul.uniranking-list li {
    padding: 3%;
    background: #dfe2e5;
    margin: 0 0 8px 0;
    text-align: center;
}
.pageUniranking ul.uniranking-list li strong {
    font-size: 140%;
}
*/




/* ==|== Page : Berufe Liste ==== */
/*
.pageBerufsdetailsListe .alphabet{
    margin-top:30px;
}
.pageBerufsdetailsListe .searchfilter{
    margin:30px 0 50px 0;
}
.pageBerufsdetailsListe .searchresult .logo .iconI::before,
.pageBerufsdetailsListe .searchresult .logo .iconI::after,
.pageBerufsdetailsListe .searchresult .logo .iconI{
    color: #ffffff;
    display: block;
    font-size: 45px;
    height: 80px;
    line-height: 180%;
    padding-right: 5px;
    margin-left:9px;
}
.pageBerufsdetailsListe .searchresult .info{
    margin-bottom:13px;
}

.pageBerufsdetailsListe .searchresult .infoRightItemIcon{
    float:left;
    width:12%;
}

.pageBerufsdetailsListe .searchresult .infoRightItemTxt{
    float:left;
    width:75%;
}

.pageBerufsdetailsListe .searchresult .infoRight ul li .iconI{
    width:20px;
}
.pageBerufsdetailsListe .searchresult .infoRight ul li .icon{
    font-size: 18px;
    margin: 0 6px 0 2px;
}

*/


/* ==|== Page : Beruf ==== */
/*
.pageBerufsdetails .ad-horizontal-large {
    margin: 30px 0 -10px 0;
}

div.pageBerufsdetails {
    background-color: #ffffff;
    padding-top:50px;
}

.pageBerufsdetails > .inner {
    background-image: linear-gradient(180deg, #8d8e91, #8d8e91, #8d8e91);
    background-position: 59.6%;
    background-repeat: repeat-y;
    background-size: 1px 1px;
}

.pageBerufsdetails.premium {
    background-color: #ffffff;
    padding-top:0;
}

.pageBerufsdetails .header {
    background-color: #8d8e91;
    color: white;
    position: relative;
    overflow: hidden;
}

.pageBerufsdetails .backgroundImage{
    width:100%;
    height:300px;
    position: absolute;
    top:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.pageBerufsdetails .header .inside{
    position: relative;
}

.pageBerufsdetails #content .inside {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 30px;
}

.pageBerufsdetails .container.columns2 col {
    float: left;
}

.pageBerufsdetails .container.columns2 .col:nth-of-type(1) {
    width: 32%;
    width: calc(30% - 3%);
    padding-left: 3%;
    float: right;
}

.pageBerufsdetails .container.columns2 .col:nth-of-type(2) {
    width: 65%;
    width: calc(70% - 5%);
    padding-right: 5%;
    float: left;
}

.pageBerufsdetails .header img {
    width: 100%;
    height: auto;
}

.pageBerufsdetails .header .begin {
    color: #c2c8ce;
}

.pageBerufsdetails .alphabet{
    border-bottom:1px solid #ddd;
    margin:20px 0 15px 0;
    line-height: 100%;
}

.pageBerufsdetails h1, .pageBerufsdetails .h-one-style {
    font-size: 28px;
    line-height: 130%;
    margin-top: 30px;
    margin-bottom:0;
    color: #5a6c7f;
    font-weight:400;
}
.pageBerufsdetails h2 { margin-top: 0 !important; }
.pageBerufsdetails p { padding-bottom: 0; }
.pageBerufsdetails .jobAreaName { margin: 10px 0 25px 0; }

.pageBerufsdetails .berufsicon {
    width: 216px;
    height:216px;
    padding: 0;
    text-align: center;
}
.pageBerufsdetails .berufsicon i::before, .pageBerufsdetails .berufsicon i::after, .pageBerufsdetails .berufsicon i {
    font-size: 150px !important;
    margin: 0;
    color: white;
}

.pageBerufsdetails .berufsTitelHidden{
    display:none;
}
.pageBerufsdetails .berufsTitelHidden span{
    color: #5a6c7f;
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    margin-top: 30px;
}

.pageBerufsdetails .berufstext {
    margin-bottom: 15px;
}

.pageBerufsdetails .videoframe {
    padding-bottom: 65%;
    position: relative;
    width: 100%;
}

.pageBerufsdetails .videoframe iframe {
    border: 0 none;
    height: 100%;
    position: absolute;
    width: 100%;
}


.pageBerufsdetails .details-list i { font-weight: 600; }
.pageBerufsdetails .details-list .details-list-box i.fa-lg { font-weight: 300; }

.pageBerufsdetails .details-list .detail-label{ font-weight: 600; }

.pageBerufsdetails .details-list .detail-content { font-size: 80%; }

.pageBerufsdetails .details-list .details-list-box {
    margin:0 0 20px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


.pageBerufsdetails .details-list-priorbox { background: #e1e4e8; padding: 8% 5% 5% 8%; border-bottom: 5px solid #d6dadf; margin-bottom: 20px; }
.pageBerufsdetails .details-list-priorbox .details-list-box { margin: 0 !important; min-height: 70px; }
.pageBerufsdetails .details-list-priorbox .hr { margin: 20px 0 15px -12%; width: 120%; border-bottom: 2px solid white; }
.pageBerufsdetails .details-list-priorbox .year-number-label { font-size: 300%; font-weight: 600; }
.pageBerufsdetails .details-list-priorbox .year-label { font-size: 140%; }
.pageBerufsdetails .details-list-priorbox .prior-leftbox { width: 30%; float: left; margin-right: 10px; font-size: 220%; }
.pageBerufsdetails .details-list-priorbox .prior-leftbox i { color: white; border-radius: 2em; border-color: white; height: 34px; padding: 0.25em 0.3em; width: 30px; }
.pageBerufsdetails .details-list-priorbox .prior-leftbox i.fa-eur { padding-left: 0.38em; padding-right: 0.22em; }
.pageBerufsdetails .details-list-priorbox .prior-leftbox i.fa-graduation-cap { font-size: 80%; padding: 0.4em 0.45em 0.15em 0.25em; }

.pageBerufsdetails .details-list-priorbox .prior-rightbox{
    float:left;
    width:64%;
}

.pageBerufsdetails .button { display: block; font-size: 110% !important; font-weight: 400; margin: 2em auto; padding: 12px 15px; width: 200px; border-color: white; }
.pageBerufsdetails .button:hover { border:1px solid #6d8090; }

.pageBerufsdetails .mw-relation .detail-label, .pageBerufsdetails .worklife .detail-label { display: block; text-align: left; margin-bottom: 15px; }

.pageBerufsdetails .mw-relation { text-align: center; }
.pageBerufsdetails .mw-relation .mw-leftbox { width: 50%; float: left; border-right: 2px solid #d6dadf; }
.pageBerufsdetails .mw-relation i { font-size: 500%; }
.pageBerufsdetails .mw-relation i.fa-male.fa-lg { color: #00477a; }
.pageBerufsdetails .mw-relation i.fa-female.fa-lg { color: #3c83b6; }
.pageBerufsdetails .mw-relation p { font-size: 160%; margin: 5px 0 0 0; padding: 0; }
.pageBerufsdetails .mw-relation .numbers { font-size: 200%; font-weight: 600; }

.pageBerufsdetails .worklife .worklifeNumbers{margin: 0 auto; width: 170px;}
.pageBerufsdetails .worklife .worklifeNumbers p { font-size: 160%; margin: 5px 0 0 0; padding: 0; text-align: center; float:left; }
.pageBerufsdetails .worklife .worklifeNumbers p:nth-child(2){float:right;}
.pageBerufsdetails .worklife .worklifeNumbers .numbers { font-size: 200%; font-weight: 600; }

.pageBerufsdetails .copyflaticon { display: block; font-size: 60%; line-height: 130%; }
*/

/*
/* 1 	Handwerk / Bauwesen
.catColor-1 { color: #9dd1a0; }
.catBgColor-1 { background: #9dd1a0; }
.catBorderColor-1 { border-color: #9dd1a0; }
/* 2 	Forschung
.catColor-2 { color: #c2e6ff; }
.catBgColor-2 { background: #c2e6ff; }
.catBorderColor-2 { border-color: #c2e6ff; }
/* 3 	Hotel / Gastronomie / Nahrung
.catColor-3 { color: #d96089; }
.catBgColor-3 { background: #d96089; }
.catBorderColor-3 { border-color: #d96089; }
/* 4 	Gestaltung
.catColor-4 { color: #ffbf8f; }
.catBgColor-4 { background: #ffbf8f; }
.catBorderColor-4 { border-color: #ffbf8f; }
/* 5 	Handel / Lager / Logistik
.catColor-5 { color: #ff9390; }
.catBgColor-5 { background: #ff9390; }
.catBorderColor-5 { border-color: #ff9390; }
/* 6 	Medien/IT/Marketing
.catColor-6 { color: #f0e953; }
.catBgColor-6 { background: #f0e953; }
.catBorderColor-6 { border-color: #f0e953; }
/* 7 	Sozialwesen / Gesundheitswesen
.catColor-7 { color: #4dc8d8 }
.catBgColor-7 { background: #4dc8d8; }
.catBorderColor-7 { border-color: #4dc8d8; }
/* 8 	Technik
.catColor-8 { color: #7591db; }
.catBgColor-8 { background: #7591db; }
.catBorderColor-8 { border-color: #7591db; }
/* 9 	Wirtschaft / Verwaltung / Verkauf
.catColor-9 { color: #a6bfff; }
.catBgColor-9 { background: #a6bfff; }
.catBorderColor-9 { border-color: #a6bfff; }
/* 10 	Andere
.catColor-10 { color: #6d8090; }
.catBgColor-10 { background: #6d8090; }
.catBorderColor-10 { border-color: #6d8090; }
/* 11 	Geisteswissenschaften
.catColor-11 { color: #ac4dc3; }
.catBgColor-11 { background: #ac4dc3; }
.catBorderColor-11 { border-color: #ac4dc3; }
*/




/* ==|== Page : dates/messen ==== */
/*
.pageDates .dates{
    margin-bottom:70px;
}

.dates ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dates h3 {
    display: table-cell;
    float: left;
    font-size: 18px;
    margin: 0 0 3px;
    vertical-align: middle;
    width: 60%;
}

.dates .type-tribe_events {
    background: none repeat scroll 0 0 white;
    float: left;
    margin: 1% 1% 0 0;
    border-bottom: 1px solid #ddd;
    padding: 1.5% 1.5% 3% 1.5%;
    width: 97%;
}

.dates .tribe-events-list-separator-month {
    background: none repeat scroll 0 0 #f0f1f2;
    border-top: 10px solid white;
    clear: both;
    color: #6d8090;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    padding: 1% 1.5%;
    width: 97%;
    margin-top: -2px;
}

.dates .tribe-events-address {
    font-style: normal;
}

.dates .tribe-events-address, .dates .time-details{
    display: flex;
}

.tribe-events-event-meta .time-details::before {
    font-family: FontAwesome;
    content: '\f017 ';
    margin-right: 8px;
}
.tribe-events-event-meta .author::before {
    font-family: FontAwesome; content: '\f19c ';
    font-size: 90%;
    margin-right: 7px;
}
.tribe-events-event-meta .tribe-events-address::before {
    font-family: FontAwesome;
    content: '\f041 ';
    margin: 0 8px 0 4px;
}

.dates .tribe-events-event-meta{
    float: left;
    width:40%;
}

.tribe-events-event-cost{
    display:none;
}

.pageDates .dateAd{
    margin:25px 0;
}
*/

/* ==|== Page : Newsletter ==== */
/*
body.pageNewsletter h2 {
    font-size: 2em;
    margin: 2em 0 1em 0;
    text-align: center;
}
body.pageNewsletter form input, form select {
    border: 2px solid #ddd;
    border-radius: 4px;
}
body.pageNewsletter #newsletter_register_submit {
    margin: 30px auto 0 auto;
    width: 100px;
    display: block;
}
body.pageNewsletter #newsletter_register {
    max-width: 800px;
    margin-bottom: 50px;
}
*/

/* ==|== Page : register ==== */
/*
.company #content #pageRegister.inside{
    max-width:800px;
    margin-bottom:50px;
}
#pageRegister h2{
    font-size: 2em;
    margin: 2em 0;
    text-align: center;
}
#pageRegister .separator { margin-top: 40px; }
#pageRegister .separator i { margin-right: 5px; }
#pageRegister label{
    color:#6d8090;
}

#pageRegister form input[type="text"],
#pageRegister form input[type="email"],
#pageRegister form input[type="password"] {
    padding: 5px 1%;
    width: 98%;
}

#pageRegister form input, form select{
    border-radius: 4px;
    border: 1px solid #ddd;
}
#register_company_contacts_0_gender{
    float: right;
    margin: -30px 0 8px;
    width: 90%;
}

#pageRegister #register_company_submit{
    display: block;
    margin: 0 auto;
    width: 100px;
    margin-top:30px;
    background: #6d8090;
    color: #ffffff;
}
#pageRegister #register_company_submit:hover{
    background-color: #fff;
    border: 1px solid #6d8090;
    border-radius: 5px;
    color: #6d8090;
}
*/

/* ==|== Page : Ausbildungsunternehmen von A-Z ==== */
/*
.pageTrainingCompany ul.alphabet li a{
    font-weight:600;
}
.pageTrainingCompany ul.companyList li{
    font-weight:400;
}
.pageTrainingCompany ul.companyList li ul{
    margin:0 0 20px 20px;
}
.pageTrainingCompany ul.companyList li ul li{
    font-weight:200;
}
*/


/* ==|== Page : Karte ==== */
/*
.pageMap #content {
    padding-bottom: 0;
}

.pageMap #content .inside {
    max-width: 100%;
    padding: 0;
}
*/


/* ==|== Page : Videos ==== */
/*
.pageVideo .videolist{
    margin-bottom:50px;
}

.videolist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.videolist ul li {
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 1% 1% 1.5% 0;
    min-height: 210px;
    width: 32.3%;
}

.videolist ul li:nth-of-type(3n + 1) {
    clear: left;
}

.videolist ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}

.videolist ul li a + a {
    color: #6d8090;
    display: inline-block;
    font-weight: 400;
    line-height: 125%;
}
*/

/* ==|== Page : Blog ==== */
/*
.pageBlog #content .inside{
    max-width: 960px;
}
.pageBlog .pageBlogContent .searchfilter{
    margin:0 0 25px 0;
}
.pageBlog .pageBlogContent .searchfilter a.button.low{
    margin-right:5px;
    cursor:pointer;
}
.pageBlog .pageBlogContent .searchfilter a#catInternship{
    border-color:#ff645f;
    background:#ff645f;
    color:#ffffff;
}
.pageBlog .pageBlogContent .searchfilter a#catTraining{
    border-color:#08d2ba;
    background:#08d2ba;
    color:#ffffff;
}
.pageBlog .pageBlogContent .searchfilter a#catStudy{
    border-color:#21c4ff;
    background:#21c4ff;
    color:#ffffff;
}
.pageBlog .pageBlogContent .searchfilter a#catInternship.active{
    border-color:#ff645f;
    background:#ffffff;
    color:#ff645f;
}
.pageBlog .pageBlogContent .searchfilter a#catTraining.active{
    border-color:#08d2ba;
    background:#ffffff;
    color:#08d2ba;
}
.pageBlog .pageBlogContent .searchfilter a#catStudy.active{
    border-color:#21c4ff;
    background:#ffffff;
    color:#21c4ff;
}

.pageBlog .pageBlogContent ul li{
    width:calc(50% - 42px);
    float:left;
    border:1px solid #e2e2e2;
    padding:15px;
    margin-bottom:20px;
    height:480px;
    position: relative;
}*/
/*.pageBlog .pageBlogContent ul li.catInternship {
    background: #ffc1bf;
}
.pageBlog .pageBlogContent ul li.catTraining {
    background: #9cede3;
}
.pageBlog .pageBlogContent ul li.catStudy {
    background: #a6e7ff;
}*//*
.pageBlog .pageBlogContent ul li img{
    width:100%;
    height:auto;
    padding-bottom:5px;
}
.pageBlog .pageBlogContent ul li:nth-child(odd){
    margin-right:20px;
}

.pageBlog .pageBlogContent ul li .itemTitle a{
    display:block;
    font-weight: 600;
    padding:8px 10px;
    background:#e2e5e8;
}*/
/*.pageBlog .pageBlogContent ul li.catInternship .itemTitle a{
    background:#ff645f;
    color:#ffffff;
}
.pageBlog .pageBlogContent ul li.catTraining .itemTitle a{
    background:#08d2ba;
    color:#ffffff;
}
.pageBlog .pageBlogContent ul li.catStudy .itemTitle a{
    background:#21c4ff;
    color:#ffffff;
}*//*
.pageBlog .pageBlogContent ul li .itemContent{
    display:block;
    margin:0 0 20px 0;
}
.pageBlog .pageBlogContent ul li .itemContent div{
    text-align: center;
}
.pageBlog .pageBlogContent ul li .itemFooter{
    position:absolute;
    bottom:5px;
    font-size: 13px;
    width:calc(100% - 30px);
    padding-bottom:3px;
}
.itemFooterTop{
    border-bottom:1px solid #e0e3e6;
    height:23px;
}
.pageBlog .pageBlogContent ul li .itemSite{
    display:block;
    float:left;
    width:50%;
    font-weight: bold;
}
.pageBlog .pageBlogContent ul li .itemDate{
    display: block;
    float:right;
    text-align: right;
    width:50%;
}

.pageBlog .pageBlogContent ul li .itemShare{
    margin-top:6px;
}
.pageBlog .pageBlogContent ul li .itemShare a{
    display:block;
    float:left;
    margin-right:8px;
    font-size:12px;
}
*/

/* ==|== Page: Login ==== */
/*
.pageLogin #content{
    margin:80px 0;
}
*/


/* ==|== Page : Extend Premium ==== */
/*
.pageExtendPremium{text-align: center;}
.pageExtendPremium .menu {
    display:none;
}
.pageExtendPremium #header{
    padding-bottom: 0;
}
.pageExtendPremium h2 {
    font-size: 2em;
    margin: 2em 0 1em;
    text-align: center;
}
.pageExtendPremium .pageExtendPremiumDescription {
    margin:0;
}
.pageExtendPremium form {
    margin:0 auto;
}
.pageExtendPremium form p {
    margin-top:0;
}
.pageExtendPremium form button {
    margin: 20px 0 40px;
}
.pageExtendPremium select {
    width:276px;
}
.pageExtendPremiumContact {
    margin-bottom:50px;
}
.pageExtendPremium .premiumAdvantages {

}
.pageExtendPremium .premiumAdvantages .headline{
    display: block;
    margin: 20px auto 40px auto;
    width: 240px;
    cursor:pointer;
}
.pageExtendPremium .premiumAdvantages .content{
    margin-bottom:50px;
    display:none;
}
.premiumAdvantagesLeft, .premiumAdvantagesRight {
    float:left;
    width:49%;
}
.premiumAdvantagesRight {
    float:right;
    text-align: left;
}
.premiumAdvantagesLeft img {
    width:88%;
    margin-bottom:30px;
    border:1px solid #ddd;
}
.premiumAdvantagesRight hr {
    border-color: #ddd;
    border-width: 1px;
}

.pageExtendPremiumSuccess .menu {
    display: none;
}
.pageExtendPremiumSuccess #header {
    padding-bottom: 0;
}
.pageExtendPremiumSuccess .successContent {
    text-align:center;
}
.pageExtendPremiumSuccess .successContent h2 {
    margin:2em 0 1em;
}
.pageExtendPremiumSuccess .successContent p {

}
.pageExtendPremiumSuccess .inside.successContent {

}
.pageExtendPremiumSuccess .successContent .headline {

}
.pageExtendPremiumSuccess .successContent .bookingInformation {
    font-size: 120%;
    font-weight: 600;
    margin-top: 10px;
}

.pageExtendPremiumAlreadyDone .menu {
    display: none;
}
.pageExtendPremiumAlreadyDone #header {
    padding-bottom: 0;
}
.pageExtendPremiumAlreadyDone #content .inside.alreadyDoneContent, .pageExtendPremiumTooLate #content .inside.tooLateContent  {
    margin:120px auto;
    text-align:center;
}
.pageExtendPremiumAlreadyDone .inside.alreadyDoneContent p, .pageExtendPremiumTooLate .inside.tooLateContent p {
    margin-top:30px;
}
.pageExtendPremiumAlreadyDone .inside.alreadyDoneContent i, .pageExtendPremiumTooLate .inside.tooLateContent i {
    display:block;
    font-size:60px;
}
*/


    /* ==|== Page : Company ==== */
/*
.pageCompany{}
.premium.pageCompany #header{
    padding:0;
}
.pageCompany #content{
    padding:70px 0 0 0;
}
.pageCompany #content .container .col:first-of-type{
    width:calc(62%);
}
.pageCompany #content .container .col:last-of-type{
    width:calc(38% - 40px);
    padding-left:40px;
}

.pageCompany h1{
    background: #5a6c7f;
    color: white !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 24px;
}
.pageCompany h1 span{
    display:block;
    color: white !important;
    font-size: 16px;
}
.pageCompany .headerImage{
    height: auto;
    width: 100%;
}
.pageCompany .headlinelabel{
    font-weight: 600;
    display:block;
    margin-bottom:10px;
}
.pageCompany .description{
    margin-top:30px;
}
.pageCompany .contactPersons {
    margin-top:20px;
}
.pageCompany .contactPerson {
    margin-bottom:20px;
}
.pageCompany .contactImg {
    width:28%;
    float:left;
    margin-bottom:20px;
}
.pageCompany .contactImg .img {
    border-radius: 50%;
    height: 120px;
    overflow: hidden;
    width: 120px;
}
.pageCompany .contactDetails {
    width:64%;
    float:left;
}
.pageCompany .benefits{
    margin:30px 0 30px 0;
}
.pageCompany .benefits ul li, .pageCompany .benefits ul li:nth-child(4n+4){
    background: white none repeat scroll 0 0;
    border: 1px solid #5a6c7f !important;
    font-size: 16px;
    height: 20px;
    padding-top: 14px;
    text-align: center;
    width: 20px;
}
.pageCompany .benefits li:nth-child(4n+4){
    margin-right:5px;
}
.pageCompany .benefits ul li i {
    font-size: 120%;
}

.pageCompany .logo{
    margin-bottom:40px;
}

.pageCompany .locations{
    margin-bottom:20px;
}
.pageCompany .locations .ui-state-active{
    background: #5a6c7f;
}
.pageCompany .locations img{
    width:100%;
    height:auto;
}
.pageCompany .locations .ui-accordion-content{
    padding: 0 5% 20px 5% !important;
}
.pageCompany .locationImage{
    margin-bottom:0.5em;
}
.pageCompany .ui-accordion .ui-accordion-content{
    padding:0 0 1em 0;
}

.pageCompany .documents{
    margin-bottom: 40px;
}
.pageCompany .documents ul li {
    border-right: 1px solid #ddd;
    display: inline;
    margin-right: 15px;
    padding-right: 15px;
}
.pageCompany .documents ul li:last-of-type{
    border:0;
}

.pageCompany .socialmedia p{
    margin-top:0;
}
.pageCompany .socialmedia a{
    color: #97a3b0;
    font-size: 18px;
    padding-right: 2px;
}

.pageCompany .media{
    margin:15px 0;
}
.pageCompany .media ul{

}
.pageCompany .media ul li{
    margin:5px 0;
    width:150px;
}
.pageCompany .media ul li img{
    width:150px;
}

.pageCompany .media{
    width:100%;
}

.pageCompany .media .mediaImages{
    width:calc(63% - 20px);
    padding-right:20px;
    float:left;
}
.pageCompany .media .mediaImagesFull{
    width:100%;
    padding-right: 0;
    float:none;
}
.pageCompany .media .mediaVideo{
    width:calc(37%);
    float:right;
    margin:5px 0 30px 0;
}
.pageCompany .media .mediaVideoFull{
    float:none;
    width:100%;
}
.pageCompany .media .videoframe{
    padding-bottom: 79%;
    position: relative;
    width: 100%;
}
.pageCompany .media .videoframe iframe {
    border: 0 none;
    height: 100%;
    position: absolute;
    width: 100%;
}
.pageCompany .media .moreVideos{
    margin-top:15px;
}

.pageCompany .offersNavigation{
    padding:30px 0 40px 0;
    height:50px;
}

.pageCompany .offersNavigation span{
    display: block;
    float: left;
    margin: 8px 10px 0 0;
}

.pageCompany .ui-widget{
    padding:0;
}
.pageCompany  .ui-tabs .ui-tabs-panel{
   padding:0;
}

.ui-tabs .ui-tabs-nav a.button, .ui-tabs .ui-tabs-active a.button{
    color:#ffffff;
    cursor:pointer;
}

.ui-tabs-active a.button.colorscheme-internship, a.button.colorscheme-internship:hover{
    color:#ff645f;
    background-color: #ffffff;
    border-color: #ff645f;
}

.ui-tabs-active a.button.colorscheme-training, a.button.colorscheme-training:hover{
    color:#08d2ba;
    background-color: #ffffff;
    border-color: #08d2ba;
}

.ui-tabs-active a.button.colorscheme-study, a.button.colorscheme-study:hover{
    color:#21c4ff;
    background-color: #ffffff;
    border-color: #21c4ff;
}

.pageCompany .colorscheme-internship.searchresult li {
    background-color: #ff645f;
}

.pageCompany .colorscheme-training.searchresult li {
    background-color: #08d2ba;
}

.pageCompany .colorscheme-study.searchresult li {
    background-color: #21c4ff;
}

.pageCompany .infoRight li{
    color:#ffffff;
}

.pageCompany .searchresult .logo{
    margin-bottom:0;
}

.pageCompany .map .mapHeadline{
    display: block;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
}
.pageCompany .map #map-container {
    height: 400px;
}
.pageCompany .map #map-canvas {
    height: 400px;
    width: 100%;
}
*/

/* ==|== ad banner ==== */
/*
.at4-recommended .at-logo,
#at-recommendedside .at-logo {
    height: auto;
}
*/


/* ==|== submenu ==== */
/*
#submenu{
    display:none;
}
#submenu.mm-opened{
    display:block;
    z-index:999;
}

#submenu a {
    font-size:20px;
    color:#5a6c7f;
    padding-top:18px;
    padding-bottom:16px;
}
#submenu a:hover{
    background:#5a6c7f;
    color:#ffffff;
}

#submenu i {
    font-size: 18px;
    margin-right:10px;
    border: 1px solid #5a6c7f;
    border-radius: 50%;
    float: left;
    padding: 10px;
    width: 18px;
    text-align: center;
}
#submenu ul li:first-of-type i{
    padding:10px 11px;
}
#submenu ul li.submenu-item-uni i{
    padding:12px 10px 12px 11px;
}

#submenu span{
    display: block;
    margin-top:13px;
}

#submenu a:hover i{
    border-color:#ffffff;
}
#submenu .mm-navbar{
    height:50px;
}
#submenu .mm-navbar a:hover{
    background: inherit;
    color:inherit;
}

#mm-blocker{
    background:#000000;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.mm-listview > li:not(.mm-divider)::after{
    left:0;
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview{
    margin-top:-9px;
}
*/


/* ==|== Popupbox ==== */
/*
#colorbox{
    position: fixed !important;
    top: 10% !important;
}
#cboxClose{
    display:none;
}

.dialog{
    padding:10%;
}

.dialog h1{
    text-align: center;
    font-size:1.5em;
    margin:0 0 30px;
}
.dialog form div{
    margin-bottom:10px;
}
.dialog form textarea{
    width:96%;
    padding:2%;
}
#report_submit{
    display: block;
    margin: 30px auto 0;
    width: 150px;
}

.report-warning{
    background: red; padding: 3%; width: 94%; display:block; margin-bottom:20px; text-align: center; color: white;
}

.submit-report-succsess{
    text-align: center;
}
*/


/* ==|== Reset ==== */
/*
#swipebox-title {
    font-size: 20px;
    margin-top: 2%;
}
*/


/* ==|== premium logo slider ==== */
/*
.elastislide-horizontal {
    padding: 10px 40px;
}

.elastislide-wrapper {
    box-shadow: none;
}

.elastislide-carousel ul li{
    padding-right:4%;
}

.elastislide-carousel ul li a img {
    margin: 0 auto;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.elastislide-carousel ul li a img:hover{
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
*/

/* ==|== ADS ==== */
/*
.banner-list {
    height: 80px;
    position: relative;
}
.banner-list li {
    position: absolute;
    display: none;
    width:100%;
}
.banner-list li:first-child {
    display: block;
}
.banner-list li a img {
    width:100%;
}
.at-whatsnext-content-img{
    display:none !important;
}
.at4-whatsnext .at-whatsnext-content .at-whatsnext-content-inner{
    left:10px !important;
}
*/

/* ==|== Cookie-warning ==== */
/*
.cc_container{
    background-color:#eeeeee !important;
    padding:5px 30px !important;
}
.cc_container .cc_btn{
    background:none !important;
}
.cc_message{
    color:#5a6c7f !important;
}
.cc_container a, .cc_container a:visited{
    color:#5a6c7f !important;
    font-weight: bold;
}
.cc_container a.cc_more_info{
    font-weight: 200;
}
*/
