/* Sandbox-CSS */



.navigation_menu li:first-child {
    background-image: url(https://de.canwell.de/files/header/support_grey.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 43px;
}

.navigation_menu .active:first-child {
    background-color: #737272;
    color: #ffffff;
    background-image: url(https://de.canwell.de/files/header/support_white.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 43px;
}

.navigation_menu li.api {
    background-image: url(../img/api.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 43px;
}

.navigation_menu li.api:hover {
    background-image: url(../img/api.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 43px;
}
.navigation_menu li.support {
    background-image: url(https://de.canwell.de/files/header/support_grey.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 43px;
}

.navigation_menu li.support:hover {
    background-image: url(https://de.canwell.de/files/header/support_white.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 43px;
}

#demo-calendar iframe {
    background-color: #454545;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
	.wrapper {
		width: 100%;
	}
	#container1, #container2 {
        	width: 95%;
        	min-width: auto;
    	}
}