/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

/*
	DONUT Plugin fix
	.jupiter-donut-height-full {
	height:auto;
}*/

.h1 { font-size:44px !important; }
.h2, .h3 { font-size:34px !important; }
.h4 { font-size:24px !important; }
.h5 { font-size:16px !important; }
.h5 { font-size:14px !important; }

.mk-footer-copyright { font-size:12px !important; letter-spacing:0 !important; }

/* Allgmein */
.customSection { background-color:#EBECEC; padding:50px; }
.customButton span { letter-spacing:0; }
.headline h1, .headline p { color:#fff !important; }

/* Meilensteine */
.milestone .milestone-top span { font-weight:700; }
.milestoneBox { padding:10px 0 0 0; border-radius:10px; box-shadow: 0 5px 16px rgba(0,0,0,0.16); }

/* Startseite */
/*.page-id-12*/ .mk-header-bg { background-color:rgba(255,255,255,0.8); }

.startBoxes { z-index:99; }
.startBoxWrapper { position:absolute; margin-top:-100px; z-index:99; }
.startBoxWrapper .wpb_content_element { margin-bottom:0; }
.startBox { border-radius:10px; box-shadow: 0 5px 16px rgba(0,0,0,0.16); }
.startBox p strong { color:#fff; }
.startBox img { margin-bottom:10px !important; }
.startBoxLink { padding:60px 0px 60px 10px; text-align:center; display:block; }
.startBoxLink p { margin-top:10px; margin-bottom:0; font-size: 16px !important; font-weight:700; color:#fff !important; }

/* Slider */
.fullcoveredvideo video { object-fit: contain !important; }

/* ContactForm */
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea { width:100% }
.wpcf7-form .wpcf7-number {
font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
		width:99.5%;
}
.wpcf7-submit { background-color:#8ac73b; width: 100%; border-radius:5px; }
.wpcf7-submit:hover { background-color:#8ce53f; }

/* Portrait and Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.startBoxWrapper { position:relative !important; margin-top:30px !important; }
	.startBox { margin-bottom:20px; }
	body .master-holder h2, body .master-holder h1 { font-size:24px; }
	body .master-holder h3 { font-size: 18px; }
	body .mk-main-wrapper .headline { padding-top:36px !important; padding-bottom: 20px !important; padding-left: 5px; padding-right: 5px; }	
	.fullcoveredvideo video { object-fit: cover !important; }
}

/* Portrait and Landscape */
@media only screen (min-device-width: 414px) and (max-device-width: 736px) {
	.startBoxWrapper { position:relative !important; margin-top:0px !important; }
	
}

/* iPad Portrait and Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	body .master-holder h2, body .master-holder h1 { font-size:34px; }
	body .master-holder h3 { font-size: 24px; }
	.startBox { width: 212px; }
	.startBoxLink { padding:30px 0px 50px 0px; }
	.startBoxLinkForschung .startBoxLink { padding-bottom:30px !important; }
	.imgSammlung img { width: 50px !important; }/*75*/
	.imgVerarbeitung img { width: 72px !important; }/*105*/
	.imgRecycling img { width: 90px !important; }/*135*/
	.imgForschung img { width: 97px !important; } /*142*/
	body .mk-main-wrapper .headline { padding-top:100px !important; }
}

@media only screen 
and (min-width : 1025px) 
and (max-width : 1140px)  {
		body .mk-main-wrapper .headline { padding-top:100px !important; }
}

/* iPad Pro and Landscape */
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) {
	.startBox { width: 307px !important; }
	.startBoxLink { padding:30px 0px 30px 0px; }
}



/* Animierte Icons */
.rotate-center:hover {
	-webkit-animation: rotate-center 2s ease-in-out both;
	        animation: rotate-center 2s ease-in-out both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.wobble-hor-bottom:hover {
	-webkit-animation: wobble-hor-bottom 0.8s both;
	        animation: wobble-hor-bottom 0.8s both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
