body {
    margin-top: 56px;
    color: #6a6a6a;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}



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

.bg-secondary {
    background-color: #6c757d !important;
}

.text-secondary {
    color: #6c757d !important;
}

#content-img {
	width:450px; 
	height:350px;}
	
.content-img2 {
	width:80%; 
	min-height:350px;
	max-height:560px;}

.bg-dark {
    background-color: #FFFFFF !important;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.section h1 {
    text-align: center;
    margin: 30px 0
}

section {
    margin: 40px 0;
}

.h1, h1 {
  font-size: 2.5rem;
  color:#0079ff;
  margin-top:100px;
  text-align:center
}


/* Navigation */
/** Shrinking Bootstrap Navbar **/

nav .navbar-brand {
    font-size: 1.6rem;
	font-weight: 600;
}

.brand-icon {
    width: 60px;
    margin-right: 20px;
}

nav .navbar-toggle {
    margin: 13px 15px 13px 0;
}

nav a {
    font-size: 18px;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    transition: all 0.3s ease;
}

nav.navbar.shrink {
    min-height: 35px;
    padding: 5px 0;
}

.shrink .navbar-brand {
    font-size: 25px;
}

.shrink a {
    font-size: 15px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

    .dropdown:hover .dropdown-menu{
        display: block !important;
    }
    .dropdown-menu{
        margin-top: 0;
    }

.shrink .navbar-toggle {
    margin: 8px 15px 8px 0;
    padding: 4px 5px;
}

.shrink .brand-icon {
    width: 40px;
    margin-right: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #FFF;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #0078ff !important;
    text-decoration: none;
    background-color: #FFFFFF !important;
}

/** Ende Shrinking Bootstrap Navbar **/


.btn-primary-black {
    color: #fff;
    background-color: #282121;
    border-color: #282121;
}

.btn-primary-black:hover {
    color: #fff;
    background-color: #110e0e;
    border-color: #110e0e;
}

/* Header */

.jumbotron {
    background-color: #0078ff;
    border-radius: 0;
    color: #fff;
}



/* Service */

.box > .icon {
    text-align: center;
    position: relative;
}

.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    height: 120px;
    width: 120px;
    border: 3px solid grey;
    line-height: 120px;
    border-radius: 50%;
    background: blue;
    vertical-align: middle;
}

.box > .icon:hover > .image {
    background: #333;
}

.box > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
}

.box > .icon:hover > .image > i {
    color: white !important;
}

.box > .icon > .info {
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0;
}

.box > .icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.box > .icon > .info > h3.title {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-top: 50px;
}

.box > .icon > .info > p {
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > .more > a {
    color: #222;
}

.box > .icon > .info > .more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: blue;
}

.box .space {
    height: 30px;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #0078ff;
}

.navbar-dark .navbar-brand {
    color: #0078ff;
	font-size: 1.6rem;
	font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
    color: #0078ff;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #0078ff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #0078ff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color:#960c25;
}


#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	font-weight:700;
	text-decoration:none;
}

#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}


#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}


#what-we-do .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    background-color: #0078ff;
    color: #FFF;
}

/* Footer */

.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #004a99;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 20px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #FFFFFF;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-text {color:#FFFFFF !important;}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}


.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

#copy-text {color:#FFFFFF;
			text-align:center;}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #007bff;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carouselkd {
	margin: 50px auto;
	padding: 0 70px;
}

.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border-radius: 50%;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #0078ff;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(7, 2, 4, 0.77);
}

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #0078ff;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #0078ff !important;
}

.timeline-badge.success {
    background-color: #0078ff !important;
}

.timeline-badge.warning {
    background-color: #0078ff !important;
}

.timeline-badge.danger {
    background-color: #0078ff !important;
}

.timeline-badge.info {
    background-color: #0078ff !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

  .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "e072"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

#step-1 {width:1170px;}
		 
#step-2 {width:1170px;}
		 
#step-3 {width:1170px;}

.icon-white {color:#FFFFFF !important;}

.team-img {width:180px;
		   height:226px;}
		   
.domain-box {margin-left:25px;
			 padding-bottom:10px;}

.logo-slider {overflow: hidden;
              position: relative;
              width: 100%;
              height: 100px; }
            
.logo-slide {display: flex;
             align-items: center;
             animation: slide 20s linear infinite;
             width: calc(100% * 2); }
            
.logo-systeme {margin: 0 20px;
               height: 80px;}
            
/* Pausieren der Animation beim Hover */
.logo-slider:hover .logo-slide {animation-play-state: paused;}
            
            @keyframes slide {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(-50%);
                }
            }

            .card-horizontal {
                display: flex;
                flex-direction: row;
                border: 1px solid #ddd;
                border-radius: 8px;
                overflow: hidden;
                transition: box-shadow 0.3s ease-in-out;
            }
            
            .card-horizontal:hover {
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
            
            .card-horizontal .card-header {
                width: 25%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                padding: 1rem;
            }
            
            .card-horizontal .card-body {
                width: 75%;
                padding: 1rem;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            
            .card-horizontal h5.price {
                margin: 0;
                font-size: 1.8rem;
                font-weight: bold;
            }
            
            .card-horizontal ul.features {
                padding-left: 0;
                list-style: none;
                font-size: 0.9rem;
            }
            
            .card-horizontal p {
                margin-top: 1rem;
                font-size: 0.9rem;
                line-height: 1.5;
            }
            
            .pricing6 {
                font-family: "Montserrat", sans-serif;
                color: #8d97ad;
                font-weight: 300;
              }
              
              .pricing6 h1,
              .pricing6 h2,
              .pricing6 h3,
              .pricing6 h4,
              .pricing6 h5,
              .pricing6 h6 {
                color: #3e4555;
              }
              
              .pricing6 .font-weight-medium {
                font-weight: 500;
              }
              
              .pricing6 .bg-light {
                background-color: #f4f8fa !important;
              }
              
              .pricing6 h5 {
                  line-height: 22px;
                  font-size: 18px;
              }
              
              .pricing6 .subtitle {
                color: #8d97ad;
                line-height: 24px;
              }
              
              .pricing6 .card.card-shadow {
                -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
                box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
              }
              
              .pricing6 .price-box sup {
                top: -20px;
                font-size: 16px;
              }
              
              .pricing6 .price-box .display-5 {
                line-height: 58px;
                font-size: 3rem;
              }
              
              .pricing6 .btn-info-gradiant {
                      background: #188ef4;
                  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
                  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
                  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
                  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
                  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
              }
              
              .pricing6 .btn-info-gradiant:hover {
                      background: #316ce8;
                  background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
                  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
                  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
                  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
                  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
              }
              
              .pricing6 .btn-md {
                  padding: 15px 45px;
                  font-size: 16px;
              }
              
              .pricing6 .text-info {
                  color: #188ef4 !important;
              }
              
              .pricing6 .badge-danger {
                  background-color: #ff4d7e;
              }
              
              .pricing6 .font-14 {
                  font-size: 14px;
              }
              
            


/* Unterstrich Animation */
     
        @media (min-width: 768px) {
		
		.navbar-dark .navbar-toggler {
			color: #000;
			border-color: #000;
			background-color: #000000 !important;
		}
		
		.card-deck .card {
			display: -ms-flexbox;
			display: flex;
			-ms-flex: 1 0 0%;
			flex: 1%;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-right: 15px;
			margin-bottom: 0;
			margin-left: 15px;
		}
		
            .navbar-expand-md .navbar-nav .nav-link {
                padding-top: 0;
                padding-bottom: 0;
                padding-right: 1rem;
                padding-left: 1rem;
                line-height: 1rem;
            }
 
            li.nav-item a {
                position: relative;
            }
 
            li.nav-item a:after {
                content: '';
                position: absolute;
                bottom: 5px;
                left: 0;
                width: 0%;
                border-bottom: 2px solid #0078ff;
                transition: 0.6s;
            }
 
            li.nav-item a:hover:after {
                width: 100%;
            }
 
 
            /* Trennstriche */
            nav li {
                border-right: 1px solid #fff;
            }
 
            nav li:last-child {
                border-right: none;
            }
			
.section h1 {
  text-align: center;
  margin-top: 120px;
}

.domain-box {margin-left:0px;}


.website-box {width:50%;}

.headline-why-website {background-color: #36b6e4;                   
                       height:38px;
                       color:#FFFFFF;
                       font-weight: bold;
                       text-transform: uppercase;
                       font-size:20px;
                       width:10%;}

.why-website-box {background-color: #272f37;
                  color:#FFFFFF;
                  width:50%;}

.why-website-box-name {text-transform: uppercase;
                       font-size:20px;
                       color:#FFFFFF;
                       padding-top:5%;}

.why-website-box-position {color:#2c99e4;
                           font-weight: bold;}

.why-website-box-text {color:#FFFFFF;}

.harald-rund {margin-left:-30%;
              padding-top:5%;}

        }


      @media (max-width: 768px) and (orientation:portrait) {

        .carousel-control-next-icon, .carousel-control-prev-icon {display: none;}

    .aktions-banner {
            margin-top: 49%;
            margin-bottom: -34%;
          }
	  
	  .carousel-inner {display: none;}
	  
	.navbar-dark .navbar-brand {
    color: #0078ff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 10px;
}
	  .navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
	background-color:#000000 !important;
}

.navbar-toggler {

    padding: .25rem .60rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
	margin-top: 60px;

}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: #000000 !important;
    color: FFFFFF;
}
	  
.projectFactsWrap .item {
   	  flex: 100%;
	  }
	  
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 190%;
    max-width: 100%;
}

.h1, h1 {
    font-size: 1.5rem;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.d-block {
    display: block !important;
    height: 300px;
}

.navbar-toggler {

    padding: .25rem .60rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    margin-top: 0px;
	margin-left: 280px;

}

.carousel-indicators {display:none;}

.carousel-control i {display:none;}

#what-we-do {
    background: #ffffff;
    margin-top: 120px;
}

#what-we-do .card .card-block {
    padding-left: 50px;
	position: relative;
	margin-top: 60px;
	margin-bottom: -30px;
}

.abstand1 {height:50px;}

#content-img {
    width: 100%;
    height: 350px;
}

.timeline > li > .timeline-panel {
    width: 100% !important;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    margin-top: 120px;
}

.section h1 {
  text-align: center;
  margin-top: 120px;
}

.domain-box {
  margin-left: -20px;
  margin-top: 20px;
  padding-bottom: 10px;
}

website-box {width:50%;}

.headline-why-website {background-color: #36b6e4;                   
                       height:38px;
                       color:#FFFFFF;
                       font-weight: bold;
                       text-transform: uppercase;
                       font-size:18px;
                       width:100%;
                       padding-top:4px;}

.why-website-box {background-color: #272f37;
                  color:#FFFFFF;
                  width:100%;}

.why-website-box-name {text-transform: uppercase;
                       font-size:20px;
                       color:#FFFFFF;
                       padding-top:5%;}

.why-website-box-position {color:#2c99e4;
                           font-weight: bold;}

.why-website-box-text {color:#FFFFFF;}

.harald-rund {margin-left:5%;
              padding-top:5%;}

.col-7 {-ms-flex: 0 0 58.333333%;
        flex: 0 0 100%%;
        max-width:100%;}

.col-5 {-ms-flex: 0 0 41.666667%;
        flex: 100%;
        max-width: 100%;}
		
}


@media (max-width: 768px) and (orientation:landscape) {
.navbar-toggler {
    padding: .25rem .60rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    margin-top: 0px;
    margin-left: 0px;
}


.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}

.container {
    max-width: 680px;
}

.our-services-text {margin-bottom:20px;}

.section h1 {
  text-align: center;
  margin-top: 120px;
}

.domain-box {margin-left:0px;}

}


@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : portrait) { 

.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5%;
  }

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}

.card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}

.domain-box {margin-left:0px;}


}