body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: 'Roboto', sans-serif;
  background-color: #f3f3f3; }

::-moz-focus-inner {
  border: 0; }

a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: 0 !important; }

/* FIRSTLINE */



.modal .close {
    background-color: white;
    border-radius: 50%;
    color: #db2929;
    opacity: 1;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -15px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    z-index: 10;
}
.modal .close:focus {
    outline: none;
    border: none;
}
.modal .modal-dialog {
    text-align: center;
    position: relative;
}

.modal .modal-body {
    position: relative;
    padding: 40px 15px;
    
}
.modal .modal-header {
    padding: 0;
    border: 0;
}

.modal p {
    font-size: 18px;
    color: black;
    margin-bottom: 20px;
    font-weight: 500;
}
.modal h2 {
  font-size: 28px;
  color: #db2929;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.modal ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modal ul li {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 50px auto;
    }
}
#firstline {
    background: #f3f3f3;
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: right;
}

#firstline a {
    text-decoration: none;
    color: inherit;
}

#firstline span {
    padding-left: 0px;
    padding-right: 20px;
}

#firstline span i {
    margin: 0 10px;
    transition: all 0.2s;
    color: black;
}

#social {
    text-align: right;
}
#social ul {
	margin-bottom: 0;
}
#social ul li {
	margin-right: 3px;
}
#social ul li a {
    font-size: 16px;
    transition: all 0.3s;
}
#social ul li a:hover {
    color: #bf5259;
}
header {
    background-color: white;
}
.logo {
	margin-top: 15px;
}
.navigacija .navbar-default {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navigacija .navbar-default li a,
.navigacija .navbar-default li a:focus,
.navigacija .navbar-default li a:active,
.navigacija .navbar-default li a:visited {
    padding: 20px 9px;
    color: #333333;
    font-size: 16px;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.navigacija .navbar-default li.nav-logo {
    margin: 0 30px;
}
.navigacija .navbar-default li.nav-logo a {
    border: none!important;
    padding: 10px!important;
}
.navigacija .navbar-default li.active a {
    border-color: #db2929;
    background-color: transparent;
}
.navigacija .navbar-default li.active a:hover,
.navigacija .navbar-default li.active a:focus,
.navigacija .navbar-default li.active a:active {
    border-color: #db2929;
}
.navigacija .navbar-default li a:hover {
	border-color: #db2929;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}
.fixer {
    display: none;
    height: 63px;
}
.fixer.in {
    display: block!important;
}
.navigation {
    z-index: 1002;
    width: 100%;
}
.navigation.fix {
    position: fixed;
    top: 0;
    animation: fadeInDown;
    animation-duration: 0.8s;
    animation-delay: 0s;
    border-bottom: 1px solid #db2929;
}

/* menu button animation*/

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #db2929;
}

.navbar-toggle .icon-bar {
    width: 29px;
    height: 3px;
}

.navbar-toggle .icon-bar {
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
/*SLIDER*/
.main-slider {
    position: relative;
    z-index: 10;
    max-width: 1920px;
    margin: 0 auto;
}
.main-slider .slick-next {
    right: 15px;
}
.main-slider .slick-prev {
    left: 15px;
    z-index: 1;
}
.main-slider .slick-prev:before, .slick-next:before {
    font-size: 40px;
}
.main-slider .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.main-slider {
    margin-bottom: 0;
}
/*WELCOME*/

.welcome {
    position: absolute;
    margin-top: -40px;
    background-color: white;
    padding: 20px 30px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 11;
}
.welcome h1 {
    font-size: 28px;
    color: #333333;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.welcome h1 span {
    color: #db2929;
}
/*FOUR POINTS*/

.regular-padding {
    padding: 70px 0;
}
.title {
    font-size: 25px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 3px solid white;
    position: relative;
    text-transform: uppercase;
}
.title::before {
    content: '';
    width: 165px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #db2929;
}
.four-points .title::before {
    width: 235px;
}
.four-points article {
    background-color: white;
    text-align: center;
    padding: 40px;
}
.four-points article img {
    margin: 0 auto;
}
.four-points article h3 {
    margin: 30px 0 20px 0;
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
}
.four-points article p {
    color: #333333;
    font-size: 16px;
    margin: 0;
    min-height: 286px;
}
.four-points.dienstleistungen article p {
    min-height: 198px;
}
.uber-uns {
    background-color: white;
}
.uber-uns .title {
    border-bottom: 3px solid #f3f3f3;
}
.txt {
    font-size: 16px;
    color: #333333;
    margin: 0;
}
.uber-uns .txt {
    margin-bottom: 40px;
}
.link {
    font-size: 18px;
    color: #852326!important;
    transition: all 0.3s;
}
.link:hover {
    color: #333333!important;
}
.link i {
    font-size: 12px;
    color: #852326;
}
.home-kontakt {
    background-image: url(../images/kontakt-banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-kontakt .col-md-6 {
    padding: 0;
}
.home-kontakt .kontakt-txt p {
    margin-bottom: 40px;
}
.home-kontakt .kontakt-txt h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}
.home-kontakt .kontakt-txt {
    background-color: white;
    padding: 28px;
}
/* VIDEO */

#Video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    height: 1345px;
}

#Video {
    height: 575px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 75px;
}
#Video .video-caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 16%;
}

#Video .video-caption .buttonPlay {
    background-color: transparent;
    border: 2px solid white;
    padding: 10px;
    display: inline-block;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
#Video .video-caption .buttonPlay i {
    margin: 0 15px;
    font-size: 24px;
}

/*GOOGLE MAP*/
#googleMap {
    height: 450px;
}
/*gmpc*/
.gmpc_wrap {
    position: relative;
}
.gmpc_btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.gmpc_btn span {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
    text-align: center;
    max-width: 200px;
    width: 100%;
    transition: all .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}
.gmpc_btn:hover span {
    border-color: #db2929;
    background-color: #db2929;
    color: #fff;
}
/*FOOTER*/
footer {
    background-color: white;
    color: #303030;
    font-size: 18px;
}

footer .container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}
footer h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333333;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}
footer ul {
    padding-left: 0;
    list-style-type: none;
}
footer ul li {
    padding: 3px 0;
}
footer ul li a {
    color: #303030;
    transition: all 0.3s;
}
footer ul.footer-navigation li a {
    text-transform: uppercase;
}
footer ul li a:hover,
footer ul li a:focus {
    color: #db2929;
}
footer ul li.active a {
    color: #db2929;
}
footer .list-inline {
    margin-top: 30px;
}
footer .list-inline>li {
    padding: 0 15px;
}
.copyrights #toTop {
    width: 40px;
    height: 40px;
    color: #db2929;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    font-size: 20px;
    border-radius: 0;
    margin: 0 auto;
    display: inline-block;
    background-color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: -8px;
}

.copyrights #toTop:hover {
    background-color: #db2929;
    color: white;
}
footer img {
    margin: 30px 0 20px 0;
}
.copyrights {
    padding: 30px 0;
    font-size: 16px;
    background-color: #f4f4f4;
    color: #303030;
}
.copyrights p {
    margin-bottom: 0;
}
.copyrights span {
    padding: 0 15px;
}
.copyrights a {
    transition: all 0.3s;
}
.copyrights a:hover,
.copyrights a:focus {
    color: #db2929;
}
.social {
    margin-bottom: 0;
}
.copyrights .social li a {
    font-size: 20px;
    color: #999999;
    transition: all 0.3s;
}
.copyrights .social li a:hover,
.copyrights .social li a:focus {
    color: #1c69d4;
}
.copyrights .social li {
    margin-left: 10px;
}
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 680px;
}
/** ANKAUF **/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile+.add-file {
    display: block;
    background-color: #db2929;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    transition: all 0.2s;
}
.inputfile+.add-file:hover {
    background-color: #333;
}
.inputfile+.add-file span {
    font-weight: 300;
    font-size: 15px;
    color: white;
    transition: all 0.2s;
}
.inputfile+.add-file:hover span {
    color: white;
}
.ankauf input[type="text"], .ankauf input[type="email"], .ankauf select, .ankauf textarea {
    display: block;
    width: 100%;
    border: 1px solid #ececec;
    background-color: #ececec;
    margin-bottom: 30px;
    border-radius: 0;
    transition: all 0.2s;
    box-shadow: none !important;
    outline: 0 !important;
}
.ankauf input[type="text"], .ankauf input[type="email"], .ankauf select {
    height: 45px;
    padding: 0 15px;
}
.ankauf input:focus, .ankauf textarea:focus, .ankauf select:focus {
    border: 1px solid #db2929;
}
.ankauf textarea {
    padding: 7px 15px;
    height: 185px;
    resize: none;
}
.ankauf label {
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px;
    font-size: 14px;
}
.ankauf label span {
    color: #db2929;
}
.button {
    padding: 10px 25px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    min-width: 160px;
    background-color: #db2929;
    transition: all 0.3s;
    border: none;
    box-shadow: none;
    outline: none;
}
.button:hover,
.button:focus {
    background-color: #333;
}
.dienstleistungen .title::before {
    width: 235px;
}
/*FRAME*/
.frame {
    background-color: #f4f4f4;
}
.frame .title::before {
    width: 270px;
}
/*KONTAKT*/
#form {
    position: relative;
    z-index: -1;
    visibility: hidden;
    top: -150px;
}

.message-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #505050;
    margin-bottom: 20px;
    line-height: 1;
}

.message-contact strong {
    font-size: 20px;
}

.ankauf.kontakt input[type="text"], .ankauf.kontakt input[type="email"], .ankauf.kontakt select, .ankauf.kontakt textarea {
    background-color: white;
}
.kontakt aside {
    background-color: white;
    padding: 15px;
    margin-bottom: 30px;
}

.kontakt aside ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.kontakt aside ul li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.kontakt aside strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.time {
    display: table;
    width: 100%;
    height: 25px;
    min-height: 25px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
}
.time .time-desc {
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    width: 110px; 
}
.time .time-detail {
    display: table-cell;
    vertical-align: middle;
}
.time .red {
    color: #db2929;
}
.time i {
    margin-right: 10px;
    color: #db2929;
}
/*UEBER UNS*/
.uber-page .row {
    margin-bottom: 50px;
}
.uber-page .row:first-child,
.uber-page .row:last-child {
    margin-bottom: 0;
}
.uber-page h3 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px;
}
.uber-page .left-padding {
    padding-left: 45px;
}
.team {
    background-color: white;
}
.team .title {
    border-bottom: 3px solid #f3f3f3;
}
.team article {
    padding-bottom: 20px;
    border: 1px solid #e7e7e7; 
    text-align: center;
    font-size: 18px;
    color: #333333;
    transition: all 0.3s;
    margin: 0 15px;
}
.team article:hover {
    background-color: #f3f3f3;
}
.team article h3 {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin: 0;

}
.team article ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 15px 0; 
}
.team article a {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;

}
.team article a span {
    padding: 5px;
    position: relative;
    right: -10px;
    background-color: #e62216;
}
.team article a span::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -8px;
    background: #e62216;
    transform-origin: bottom right;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}
.team article a span i {
    color: white;
    z-index: 2;
    position: relative;
    font-size: 14px;
    padding: 0px 5px;
}
.team-slider {
    margin-bottom: 0;
}
.slick-initialized .slick-slide:focus {
    outline: none;
    border: none;
}
/*************

IMPRESSUM

*****************/
.impressum h1 {
	font-size: 25px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.impressum h2 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
}
.impressum h2 span {
    display: block;
}
.impressum h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.impressum .company {
    margin-bottom: 30px;
}
.impressum .company a {
    color: #333333;
}
.impressum .company a:hover {
    color: #db2929;
}
.impressum p {
    font-size: 16px;
}
.imp-dtn ul {
 list-style-type: none;
 padding-left: 0;
 margin-bottom: 30px;
 font-size: 16px;

}
.imp-dtn p {
    margin-bottom: 30px;
}
.imp-dtn p a, .imp-dtn ul a {
text-decoration: underline;
color:#333;
}
.imp-dtn h3 {
 font-size: 22px;
}
.imp-dtn h4 {
font-size: 18px;
}
.imp-dtn h3, .imp-dtn h2, .imp-dtn h4, .imp-dtn h5 {
 margin-bottom: 5px;
 font-weight: bold;
 text-transform: inherit;
 margin-top: 0;
 font-size: 16px;
}
.imp-dtn h5  {
 font-size: 16px;
}
.imp-dtn ul li {
    font-size: 15px;
    line-height: 1.8;
}
.imp-dtn ul b {
    font-weight: 600;
}
.imp-dtn li {
    position: relative;
    padding-left: 15px;
}
.imp-dtn li::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 13px;
}
.imp-dtn .intended {
    padding-left: 40px;
}
@media only screen and (max-width: 767px) {
    .impressum {
        word-wrap: break-word;
    }
}
/*************
MEDIA
*************/
/******
1199
******/
@media only screen and (max-width: 1199px) {
    .navigacija .navbar-default li.nav-logo {
        margin: 0;
    }
    .navigacija .navbar-default li a, .navigacija .navbar-default li a:focus, .navigacija .navbar-default li a:active, .navigacija .navbar-default li a:visited {
        padding: 20px 4px;
        font-size: 14px;
    }
    #firstline span {
        padding-right: 10px;
    }
    #firstline span i {
        margin: 0 5px;
    }
    .welcome h1 {
        font-size: 23px;
    }
    .home-kontakt .kontakt-txt {
        padding: 22px;
    }
    .home-kontakt .kontakt-txt p {
        margin-bottom: 10px;
    }
    .banner {
    	height: 400px;
    }
    .four-points article p br {
        display: none;
    }
    .four-points article {
        padding: 40px 20px;
    }
    #Video {
        height: 390px;
    }
    #Video video {
        height: 565px;
        width: auto;
        max-width: inherit;
    }
    #Video .video-caption {
        padding-top: 12%;
    }

}
/******
991
******/
@media only screen and (max-width: 991px) {
    .navigacija .navbar-default li.nav-logo a img {
        max-width: 220px;
    }
    #meni {
        padding: 0;
    }
    .navigacija .navbar-default li a, .navigacija .navbar-default li a:focus, .navigacija .navbar-default li a:active, .navigacija .navbar-default li a:visited {
        padding: 15px 3px;
        font-size: 11.5px;
    }
    #firstline span {
        padding-right: 5px;
    }
    #firstline {
        font-size: 13px;
    }
    #firstline span i {
        margin: 0 3px 0 0;
    }
    #social ul li {
        padding: 0 5px 0 0;
    }
    .four-points.regular-padding {
        padding-top: 100px;
    }
    .four-points .col-md-3 {
        margin-bottom: 20px;
    }
    .uber-uns .txt {
        margin-bottom: 30px;
    }
    .uber-uns img {
        margin-top: 30px!important;
        margin: 0 auto;
    }
    .home-kontakt img {
        margin-bottom: 30px!important;
        margin: 0 auto;
    }
    footer .list-inline {
        margin-bottom: 30px;
    }
    .copyrights a {
        font-size: 13px;
    }
    .uber-page .left-padding {
    	padding-left: 15px;
    }
    .team-slider img {
    	width: 100%;
    }
    .uber-page img {
    	margin-top: 30px;
    }
    .ankauf label {
    	line-height: 15px;
    	margin-bottom: 0;
    }
    .kontakt aside {
    	margin-top: 30px;
    	margin-bottom: 0;
    }
    .four-points article p {
        min-height: inherit;
    }
    .four-points.dienstleistungen article p {
        min-height: 110px;
    }
    #Video {
        height: 280px;
    }
    #Video video {
        height: 415px;
        width: auto;
        max-width: inherit;
    }
    #Video .video-caption {
        padding-top: 7%;
    }
    
}
/******
767
******/
@media only screen and (max-width: 767px) {
    body {
        padding-top: 61px;
    }
    .animated {
    	animation: none!important;
    }
    #firstline {
        display: none;
    }
    .navigation .logo {
        margin-top: 0;
    }
    .navigation .logo img {
        position: absolute;
        z-index: 10000;
        top: 15px;
        max-width: 230px;
    }
    .navigation {
        position: fixed;
        top: 0px;
        animation: none!important;
    }
    .navbar-nav {
    	margin-bottom: 15px;
    }
    .navbar-default .navbar-toggle {
    	margin-right: 5px;
    }
    .banner {
        height: 200px;
    }
    .mobile-tel {
        padding: 7px 15px;
        background-color: #db2929;
        font-size: 16px;
        font-weight: 500;
        margin-left: -15px;
        margin-right: -15px;
        color: #fff;
        text-align: left;
    }
    .mobile-tel i {
        margin-right: 10px;
    }
    .mobile-tel span {
        display: block;
        margin-top: 5px;
    }
    .mobile-social {
        padding: 12px 15px;
        background-color: #333333;
        color: #fff;
        font-size: 18px;
        margin-left: -15px;
        margin-right: -15px;
        font-weight: 300;
        text-align: left;
    }
    .mobile-social a {
        margin-right: 20px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }
    .navigacija {
        padding: 0;
    }
    #meni {
        padding: 0 15px;
    }
    .navigacija .navbar-default li.nav-logo {
        display: none;
    }
    .nav>li {
        padding: 0 15px;
    }
    .navigacija .navbar-default li a, .navigacija .navbar-default li a:focus, .navigacija .navbar-default li a:active, .navigacija .navbar-default li a:visited {
        padding: 10px 0;
        font-size: 14px;
    }
    .welcome {
        position: relative;
        margin-top: 0;
        left: inherit;
        right: inherit;
    }
    .four-points.regular-padding {
        padding-top: 40px;
    }
    .regular-padding {
        padding: 40px 0;
    }
    .home-kontakt .kontakt-txt {
        margin: 0 15px;
        padding: 15px 15px!important;
    }
    .home-kontakt .col-md-6 {
        padding: 0 15px;
    }
    footer {
        font-size: 16px;
    }
    footer .container {
        padding: 30px 15px;
    }
    footer .list-inline {
        margin-bottom: 0;
    }
    footer .col-md-3 {
        margin-bottom: 30px;
    }
    footer .col-md-3:last-child {
        margin-bottom: 0;
    }
    footer img {
        margin-top: 0;
    }
    .copyrights {
        text-align: center;
        padding: 15px 0;
    }
    .copyrights a {
        font-size: 16px;
    }
    .copyrights #toTop {
        position: relative;
        top: 0;
        margin-top: 15px;
    }
    .ankauf .col-md-2 img,
    .ankauf .col-md-3 img {
    	margin-bottom: 30px;
    }
    .time {
    	font-size: 15px;
    }
    .four-points article p,
    .four-points.dienstleistungen article p {
        min-height: inherit;
    }
    #Video {
        height: 280px;
    }
    #Video .video-caption {
        display: block;
        padding-top: 12%;
    }
    #Video video {
        height: 400px;
        width: auto;
        max-width: inherit;
    }
    .modal .close {
        right: 0;
        top: 2px;
    }
}
/******
479
******/
@media only screen and (max-width: 479px) {
    
}
