#app h3{
    position:relative
}
#app h3 > span{
    font-size:.7em;
    display:block;
    text-transform:none;
    font-weight:400
}
#app h3 > i{
    position:absolute;
    top:1.1em
}
#app h3 > p{
    padding:0;
    margin:0
}
#app h2 p, #app h3 :not(.zusatz){
    color:#8ca1c8;
}

#app .iframediv{
    z-index:10000;
    position:absolute;
    background-color: #fff;
    top:-40px;
    left:-50px;
    width:90vw;
    height:1200px;
    max-height:85vh;
    border:1px solid #d3d3d3;
    border-radius:5px;
    box-shadow:0 0 1em #d3d3d3
}
#app .detail{
    text-align:left;
    margin-left:-15px
}
#app .detail ul{
    padding-left:30px;
    padding-bottom:1em
}
#app .detail h2 span{
    font-size:.7em;
    display:block;
    text-transform:none;
    font-weight:400
}
#app .detail .abschluss, #app .detail .gehalt{
    padding-bottom:1em
}
#app .detail .abschluss .kontakt{
    padding:1.2em;
    padding-left:1.2em;
    margin:1.2em 0;
    border-left:3px solid #6d9e30;
}
#app .iframediv{
    background: #ece9e6!important;
    z-index:100000;
    position:fixed;
    background-color: #fff;
    top:0;
    left:inherit!important;
    width:1240px!important;
    height:96vh;
    max-height:96vh;
    max-width:1240px!important;
    border:1px solid #d3d3d3;
    border-radius:5px;
    box-shadow:0 0 1em #d3d3d3;
	margin-left: -64px;    
}
 @media only screen and (max-width:1100px) {
    #app .iframediv{
        width:96vw!important;
        margin-left:0!important;
        left:2vw!important;
    }
}
#app body {
    font-size:16px;
    line-height:1.5em;
}
 * {
    text-decoration:none!important;
}

#app h1 {
    font-size:2.5em;
}
#app h1, #app h2 {
    line-height:1em;
}
#app h2 {
    font-size:1.8em;
}
#app h3 {
    font-size:1.4em;
    margin-bottom:0;
    line-height:1em;
    color:#8ca1c8;    
}
#app .container {
    max-width:1140px;
    width:100% ;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:130px;
}
#app .h-100 {
    height:100%;
}
#app .w-100 {
    width:100%;
    display:none;
}
#app {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color: #666;
    margin-top:30px;
}
#app  #nav {
    padding:30px;
}
#app  #nav a {
    padding-left:20px;
    padding-right:20px;
}
#app .link > span, #app a.button, #app button {
	font-family: "Montserrat", sans-serif;
    text-decoration:none;
    display:inline;
    margin:0;
    padding:9px 25px 5px;
    font-size:0.9em;
    font-weight:600;
    color: #fff;
    box-shadow: 0px 0px 8px rgb(150,150,150);
    margin: 10px;
    padding: 10px 15px;
    background: #8ca1c8;
    border-color: #8ca1c8;  
    border-radius:5px;
  	transition: transform 0.5s;     
}
#app .link > span:hover, #app a.button:hover, #app button:hover {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
  	transition: transform 0.5s;     
}
 @media only screen and (max-width:767px) {
    #app .link > span,
    #app a.button,
    #app button {
        font-size:0.9em;
        width:100%
    }
}
#app .link > span:hover, #app a.button:hover, #app button:hover {
    cursor:pointer;
    background-color: #a9a9a9;
}
#app .link > span.inverted, #app a.button.inverted, button.inverted {
    background-color: #fff;
    color:grey;
    border:1px solid grey;
}
#app .job.liste ul {
    list-style-type:none;
}
#app .job.liste ul li {
    border-bottom:1px solid #d3d3d3;
    margin-bottom:20px;
    padding-bottom:20px;
}
#app .job.liste ul li:last-child {
    border-bottom:0;
}
#app .job .list {
    line-height:1.5em;
    margin-top:20px;
    margin-bottom:20px;
    display:grid;
    grid-template-columns:30% 70%;
}
#app .job .list a{
    text-decoration:none;
}
#app .job.list label {
    font-weight:700;
}
#app .job ul {
    list-style-type:square;
    margin-left:1.2em;
}
#app .job ul li {
    width:100% ;
    text-align:left;
    padding:.2em 0;
    line-height:1.4em;
    margin-right:8px;
}
#app .job .link {
    text-align:right;
    text-decoration:none;
  	transition: transform 0.5s;    
}
@media only screen and (min-width:768px) {
	#app .job .link {
		position: absolute;
	    right: 70px;
	    margin-top: -50px;   
	}
}
#app .job .link span {
    text-decoration:none;
    padding:9px 25px 7px;
    width:200px;
    color: #fff;
    box-shadow: 0px 0px 8px rgb(150,150,150);
    margin: 10px;
    padding: 10px 15px;
    background: #8ca1c8;
    border-color: #8ca1c8;  
    border-radius:5px;
	min-width: 270px;
    display: block;
    text-align: center;   
    font-weight:600;
  	transition: transform 0.5s;        
}
@media only screen and (max-width:767px) {
	#app .job .link span {
		width:100%;
		margin:0;
	}
}
#app .job .link:hover {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);    
}
#app .job .beschreibung {
    line-height:1.3em;
    margin-top:1em;
}
#app .detail h2 > span {
    font-size:.7em;
    display:block;
    color: #666;
    line-height:1.7em;
}
 @media only screen and (max-width:767px) {
    #app .job li {
        width:95%;
    }
    #app .job .list {
        display:grid;
        grid-template-columns:60% 40% ;
        margin-top:20px;
        margin-bottom:20px;
        margin-left:0;
    }
    #app .job .link {
        margin-top:20px;
        margin-bottom:10px;
    }
    #app .job .link, #app .job .link a {
        text-align:center;
    }
    #app .job a.btn {
        float:inherit;
        display:block;
    }
    #app .job .beschreibung {
        margin-bottom:10px;
        margin-left:20px;
    }
    #app .iframediv {
        /*position:absolute;*/
        background-color: #fff;
        top:2vw;
        left:2vw;
        width:96vw;
        max-height:96vh;
        border:1px solid #d3d3d3;
        border-radius:5px;
        box-shadow:1em 1em 1em #d3d3d3;
    }
}
 @media only screen and (max-width:500px) {
    #app .job ul{
		margin-left: 0em;
	}
	#app .job li {
        width:95%;
    }
    #app .job .list {
        display:block;
        grid-template-columns:60% 40% ;
        margin-top:20px;
        margin-bottom:20px;
        margin-left:0;
    }
    #app .job .list label{
		margin-top:10px;
		display:block;
}