html, body {
	padding: 0;
  margin: 0;
	height: 100%;
	width: 100%;
  background-image: url('https://computech-oberhausen.de/themes/computheme/images/bg.gif');
  background-attachment: fixed;
  background-repeat: repeat;}

.wrapper_cpt {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); /* WebKit */
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); /* Firefox */
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); /* Standard */
  background-color: #fff;
}

div#ccm-toolbar {
    -moz-box-shadow: 0 2px 2px rgba(90,90,90,0.1);
    -webkit-box-shadow: 0 2px 2px rgba(90,90,90,0.1);
    box-shadow: 0 2px 2px rgba(90,90,90,0.1);
    border-bottom: 1px solid #999;
    background: transparent url(https://computech-oberhausen.de/themes/computheme/../images/bg_toolbar.png) repeat-x scroll;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 48px;
    width: 100%;
    z-index: 99999999999999 !important;
}


/* HEADER 
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */


.navbar-default {
	background-color: #f9f9f9;
	border: none;
	margin-bottom: 0;
}
.navbar-default .navbar-brand {
	color: #505050;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #000000;
}
.navbar-default .navbar-text {
	color: #505050;
}
.navbar-default .navbar-nav > li > a {
	color: #505050;
  border-bottom: 5px solid rgba(44,125,188,0);
    -webkit-transition: border .2s linear;
-moz-transition: border.2s linear;
-ms-transition: border .2s linear;
-o-transition: border .2s linear;
transition: border .2s linear;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000000;
  border-bottom: 5px solid rgba(44,125,188,1);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000000;
	background-color: rgba(255,255,255,0);
	border-bottom: 5px solid #2c7dbc;
}

.navbar-right .nav-selected .nav-path-selected {
    border-bottom: 5px solid #2c7dbc;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #000000;
	background-color: #ffffff;
}
.navbar-default .navbar-toggle {
	border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #505050;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #505050;
}
.navbar-default .navbar-link {
	color: #505050;
}
.navbar-default .navbar-link:hover {
	color: #000000;
}

.navbar-brand {
  padding-top: 25px;
}

.navbar-brand img {
  opacity: 1;
      -webkit-transition: opacity .4s linear;
-moz-transition: opacity.4s linear;
-ms-transition: opacity .4s linear;
-o-transition: opacity .4s linear;
transition: opacity .4s linear;

}

.navbar-brand img:hover {
  opacity: .9;
}


.nav>li>a { 
  padding-right: 12px;
  padding-left: 12px;
  text-transform: uppercase;
font-size: .85em;}


@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #505050;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #000000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #000000;
		background-color: #ffffff;
	}
}
 @media screen and (max-width: 999px) {
.navbar-brand {
  width: 260px;
}
 }

 @media screen and (max-width: 907px) {
.navbar-brand {
  width: 200px;
}
 }


 @media screen and (max-width: 847px) {
.navbar-brand {
  width: 176px;
}

.nav>li>a {
  font-size: .7em;
 }
}


 @media screen and (max-width: 767px) {
.navbar-brand {
  width: 240px;
}
}



.container-fluid{
    max-width:1200px;
    margin:0 auto;/*make it centered*/
}
/* Carousel
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

.carousel-caption {
margin: 0 auto; 
height: 360px;
}


.caption_cpt{
background: rgba(44, 125, 188); /* Fallback */
background-color: rgba(44, 125, 188, 0.5);
padding: 1em 1.4em;
}

.caption_cpt h2 a {
  color: #fff;
    -webkit-transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-ms-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
transition: color .4s ease-in-out;
}

.caption_cpt h2 a:hover {
  color: #2c7dbc;
  text-decoration: none;
}
@media screen and (max-width: 940px) {
  .carousel-caption {
    height: 250px;
  }
    .caption_cpt h2{
    font-size: 1.5em;
  }
}


@media screen and (max-width: 700px) {
  .caption_cpt h2{
    font-size: 1.4em;
  }
    .carousel-caption {
    height: 230px;
  }
}

@media screen and (max-width: 660px) {
  .carousel-caption {
    height: 160px;

  }

  .caption_cpt {
        padding: .15em;
  }
    .caption_cpt h2{
    font-size: 1em;
    padding-bottom: .2em;
    line-height: .8em;
  }

    .caption_cpt p{
    font-size: .75em;
  }

}


@media screen and (max-width: 390px) {
    .caption_cpt {
        padding: 4px;
  }
    .carousel-caption {
    height: 140px;
  }

      .caption_cpt h2{
    font-size: .9em;
  }

    .caption_cpt p{
    font-size: .7em;
  }

}



.carousel-control {
text-shadow: none;
opacity: 1;
filter: alpha(opacity=100)
}
.carousel-control.left {
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
opacity: 1;
filter: alpha(opacity=100);
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background: none !important; 
filter: progid:none !important; 
}


/* Index
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

.concretecontent_cpt {
  padding-top: 78px;
}
.teaser_cpt {
	text-align: center;
	width: 70%;
	margin: 2em auto 4em auto;

}
.teaser_cpt img {
  margin: 1.6em auto;
}

.teaser_cpt h1 {
  text-transform: uppercase;
    font-size: 2.2em;
    margin-bottom: -.01em;
}


}
.services_cpt {
	text-align: center;
	margin: 0 auto;
}

.services_cpt,
 .services_cpt p {
  margin: 0 auto;
  text-align: center;
}

.labelsbreak_cpt,
.break_cpt {
	margin: 2em auto;
	padding: 2.6em 1em 1.5em 2.2em;
	width: 100%;
	background-color: rgb(44, 125, 188);
}

.break_cpt p {
	color: #fff;
	font-size: 1.5em;
  vertical-align: bottom;
  line-height: 2em;
}

.break_cpt a {
	color: #fff;
	border: 3px solid #fff;
	font-size: 1.5em;
	padding: .3em .5em;
  font-weight: bold;
}
.break_cpt a:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3); /* WebKit */
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3); /* Firefox */
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3); /* Standard */
  background-color: rgb(24, 115, 168);}

.breaktwo_cpt {
	margin-bottom: 2em;
}


@media screen and (max-width: 991px) {
  .break_cpt {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 595px) {
  .break_cpt p,
  .break_cpt a{
    font-size: 1.2em;
    margin-bottom: 1.6em;
  }
  .break_cpt p {
    line-height: 1.1em;
  }
}

.weare_cpt {
    text-align: center;
  width: 70%;
  margin: 2em auto 4em auto;
  text-align: center;
}

.weare_cpt h1 {
  font-size: 2.2em;
  margin-top: 1.5em;
}

.weare_cpt img {
  text-align: center;
  margin: 2em auto;
}

.weare_cpt a {
  margin: 0 auto;
  background-color: rgb(44, 125, 188);
  padding: .3em .8em;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 14em;
}

.weare_cpt a:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3); /* WebKit */
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3); /* Firefox */
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3); /* Standard */
  background-color: rgb(24, 115, 168);
}

.breaktwo_cpt {
  margin-top: -1.5em;
}

.breaktwo_cpt h3 {
  font-size: 1.4em;
  color: rgb(44, 125, 188);
}

.breakimage_cpt {
	width: 100%;
	height: 370px;
	background-image: url('https://computech-oberhausen.de/themes/computheme/images/image_konfi.png');
	padding-top: 2em;
	margin-bottom: 0em;
}

.breakimage_content_cpt{
	background-color: rgba(44, 125, 188, 0.5);
	width: 60%;
	margin: .8em auto 0 auto;
	text-align: center;
	padding: 1em;
}

.breakimage_content_cpt h3,
.breakimage_content_cpt p {
	color: #fff;}

.breakimage_content_cpt h3 {
  font-size: 1.4em;
}

.breakimage_content_cpt p{
  font-size: 1em;
}

@media screen and (max-width: 780px) {
  .breakimage_content_cpt h3 {
    font-size: 1.1em;
  }
  .breakimage_content_cpt p {
    font-size: .8em;
  }
}

@media screen and (max-width: 465px) {
  .breakimage_content_cpt h3 {
    font-size: 1em;
    line-height: 1em;
  }
  .breakimage_content_cpt {
    margin: 0 auto 1em auto;
    padding: 2px 5px 2px 5px;
  }

}

/* Footer
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
.mainfooter_cpt {
  background-color: #fafafa;
  width: 100%;
  margin: 0 auto -2em auto;
}

.infofooter_cpt {
  margin: 2em auto;
}

.infofooter_cpt h4 {
  color: #2C7DBC;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: .8em;
}

.infofooter_cpt p{
    color:  #353535;
    font-size: .9em;
}
.infofooter_cpt a{
  color:  #353535;
}

.infofooter_cpt a:hover {
  text-decoration: none;
  color: #000;
}


.blogfeed_cpt h5 {
  font-weight: bold;
  margin: 0 auto .2em auto;
  text-align: left;
  font-size: .9em;
}

.infofooter_cpt ul{
list-style: none;
}

.infofooter_cpt li {
  margin-bottom: .8em;
}

.leftalign_cpt p {
  text-align: left;
}


.lastline_cpt{
  margin: 2em auto 0 auto;
  padding: .4em;
  width: 100%;
  text-align: center;
  background-color: rgb(44, 125, 188);
  color: #fff;
}
.lastline_cpt a{
  font-size: .9em;
  color: #fff;
  -webkit-transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-ms-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
transition: color .4s ease-in-out;
}
.lastline_cpt a:hover {
  text-decoration: none;
  color: #dfdfdf;
}

.social_cpt {
  margin: 0 auto -.6em auto;
  text-align: center;
  padding: 0;
}
.social_cpt a{
  color: #fff;
  font-size: 2em;
  margin: 0 .4em 0 0;
}


@media screen and (max-width: 992px) {
.services_cpt {
  margin-bottom: 3em;
}

.services_cpt p,
.services_cpt h5 {
  text-align: center;
}
.blogfeed_cpt {
  padding: 0;
}
}



.definition_cpt img {
  margin: 2em auto;
}


@media screen and (max-width: 500px){
.teaser_cpt h1,
.weare_cpt h1{
  font-size: 1.6em;}

h3 {
  font-size: 1.2em;
}
}

@media screen and (max-width: 992px){
.blogfeed_cpt ul {
  padding: 0px;
}
}

/* wersindwir
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

.bread_cpt {
  font-size: .7em;
  margin-top: -20px;
}

.bread_cpt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 902px) {
.history_cpt {
  margin-bottom: 3em;
}

}
.history_cpt ul li {
  list-style-image: url(https://computech-oberhausen.de/themes/computheme/images/listicon.png);
  margin-bottom: .6em;
  line-height: 1em;
  vertical-align: top;
}

.definition_cpt {
  text-align: center;
  margin: 0 auto;
}
.definition_cpt h1 {
    font-size: 2.2em;
        text-align: center;
    margin-bottom: 0 auto -.01em auto;

}

@media screen and (max-width: 640px){
  .definition_cpt h1 {
    font-size: 1.6em;
  }
}
.definitionrow_cpt {
  margin-top: 2em;
}

.definitionrow_cpt h3 {
  font-size: 1.4em;
  color: rgb(44, 125, 188);
}
.definitionrow_cpt p {
  font-size: .9em;
}

.labelsbreak_cpt {
  padding: 1em 0;
  margin-bottom: 0;
}


.labelsbreak_cpt .row {
  margin: 0 auto;
  padding: 0;
}
.labelsbreak_cpt .col-md-3 {
  text-align: center;
}


.labelsbreak_cpt .col-md-3 img{
 margin: 0 auto;
}

/* leistungen
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

.widetext_cpt p{
margin: -1em auto 2.6em auto;
width: 90%;
}

.breakbuspriv_cpt {
  padding: 0 -1em;
  width: 100%;
}

.breakbuspriv_cpt .col-md-5 {
  padding: 0;
}
.breakbuspriv_cpt img {
  margin: 2em auto 0 auto;
  text-align: center;
}

.breakbuspriv_cpt h2 {
  background-color: rgb(44, 125, 188);
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  line-height:2em;
  color: #fff;
  margin-bottom: 2.6em;
}

.leftbus_cpt {
  padding: .5em 0 .4em 1.5em;
}

.rightbus_cpt {
  padding: .5em 1.5em .4em 0;
}

.breakbuspriv_cpt h4 {
  font-size: 1.2em;
  color:rgb(44, 125, 188);
  margin: 0 auto .5em auto;
  text-align: center;
}

.breakbuspriv_cpt p {
  font-size: .9em;
  text-align: center;
   width: 80%;
   margin: 0 auto 1.4em auto;
}

.notupper h1{
  text-transform: none;
  margin: 2em auto -1.3em auto;
}

.smallwide {
  width: 60%;
  margin: -1em auto 1em auto;
  text-align: center;
}

@media screen and (max-width: 992px) {

.breakbuspriv_cpt h2{
  margin: 2.5em auto 1.5em auto;
  padding: .5em;
  font-size: 1.2em;
}

.breakbuspriv_cpt p {
  margin-bottom: .8em;
}
}



/* MAIL ARCHIV
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

.archivheader {
margin-top: 40px;
text-align: center;
}

.archivheader h1 {
color: #2c7dbc;
text-transform: uppercase;
margin-bottom: -10px;
}

.archivheader h2 {
margin-top: 10px;
font-size: 26px;
color: rgb(150, 150, 150);
font-weight: 100;
text-transform: uppercase;
}

.centerbutton {
text-align: center;
}

.centerbutton p {
font-size: 14px;
margin-top: 30px;
}

a.whitedownloadbutton {
background-color: #fff;
color: #2c7dbc;
font-weight: normal;
font-size: 1.2em;
border: none;
}

.whitedownloadbutton:hover, .whitedownloadbutton:focus {
border: none;
background-color: #EDEDED !important;
color: rgb(17, 90, 132);
}

.archivpricing {
text-align: center;
}


.archivpricing th {
text-align: center;
color: #fff;
background-color: #2c7dbc;
}


.archivpricing.table-striped>tbody>tr:nth-child(odd)>td, .archivpricing.table-striped>tbody>tr:nth-child(odd)>th {
background-color: #FFFFFF !important;
}


.archivpricing.table-striped>tbody>tr:nth-child(even)>td, .archivpricing.table-striped>tbody>tr:nth-child(even)>th {
background-color: #ececec !important;
}


.archivpricing.table>thead>tr>th, .archivpricing.table>tbody>tr>th, .archivpricing.table>tfoot>tr>th, .archivpricing.table>thead>tr>td, .archivpricing.table>tbody>tr>td, .table>tfoot>tr>td {
border-top: 1px solid #ECECEC !important;
}

.preiseanfragentext {
/* margin-top: 30px; */
font-size: 16px;
margin: 30px auto 0 auto;
text-align: center;
}

.archivmoreinfo {
margin-top: 0px;
}

.archivmoreinfo a {
color: #fff;
}

.archivmoreinfo a:hover, .archivmoreinfo a:focus {
        color: #dcdcdc
}

.archivinfo {
font-size: 15px;
color: #919191;
}

.col-md-6.rinfo {
text-align: right;
}


/* Timeline
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */


.timeline_cpt {
  width: 86%;
  margin-bottom: 4em;
  margin: 0 auto;
  padding: 0; }



.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: #fff;
            z-index: 100;
        }

        .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: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

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

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

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    color: rgb(44, 125, 188);
}

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

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

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

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

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

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







@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}


.fade-in.zero {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fade-in.one {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.fade-in.two {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.fade-in.three {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.fade-in.four {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.fade-in.four {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.fade-in.five {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.fade-in.six{
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.fade-in.seven {
  -webkit-animation-delay: 3.1s;
  -moz-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.important_cpt {
  color: #2c7dbc;
  display: block;
  font-size: 1.2em;
}

@media screen and (max-width: 520px) {
	.fade-in {
		opacity: 1;
	}
}

/* referenzen
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

.topspace_cpt {
  margin-top: 3em;
}

.referenzlist_cpt {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}

.referenzlist_cpt ul {
  padding: 0;
  margin: 0;
}
.nobottomspace {
  margin-bottom: 0;
}

.picholder:hover .cpt_overlayarea,
.picholder:focus .cpt_overlayarea {opacity:1;}


.picholder:hover .cpt_custopic,
.picholder:focus .cpt_custopic{opacity:0.7;}

.picholder{width:300px;position:relative;  margin: 27px;
  webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
opacity: 1;

  -webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;

}

/*Centering size and color shenenigans*/
.cpt_overlayarea{
  bottom: 0;left: 0; top: 0; right: 0;
  height: 140px;
  width: 300px;
  margin: auto;
  position: absolute;
  background: rgb(44, 125, 188);
  opacity:0;
  color: #fff;
    -webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;

}
.cpt_custopic{width:100%;}


.cpt_overlayarea {
  margin: 0;
}

.cpt_overlayarea  {
  padding: 9px;
}

.cpt_overlayarea h3{
  font-size: 1.1em;
  margin-top: 2px;
  margin-bottom: 11px;
}
.cpt_overlayarea p {
  font-size: .8em;
  text-align: justify;
}


@media screen and (max-width: 374px){
  .picholder  {
    width: 240px;
    height: 80px;
    margin-bottom: 40px;
  }

  .picholder:hover .cpt_overlayarea ,
.picholder:hover .cpt_custopic  {
      width: 240px;
    height: 100px;
    margin-bottom: 10px;
}


}





.hallocpt input,
.hallocpt textarea {
  box-shadow: none;
  border: none;
  background-color: #f2f2f2;
  border-radius: 0;
  color: #000;
}

.btn {
  border-radius: 0;
}

.squareinput {
    border-radius: 0;
}


.hallocpt .minicpt {
  width: 48%;
  float: left;
}

.minileft {
  margin-right: 22px;
}

.cptform .form-group {
  max-width: 610px;
}



@media screen and (max-width: 550px) {
.hallocpt .minicpt {
  width: 100%;
  margin-bottom: .5em;
}
.minileft {
  margin-right: 0;
}
}

.form-control .betreff
{
 max-width: 600px;
}

.btn .sendenbutton  {
border: none;
margin: 0 !important;
text-align: left;
}

.sendform {
  text-align: left;
}
/* Contactflipper
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */


.cont-contactBtn {
  height: 260px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.cont-contactBtn .cont-flip {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
}
.cont-contactBtn .cont-flip .front, .cont-contactBtn .cont-flip .back {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cont-contactBtn .cont-flip .front {
  background-color: rgb(44, 125, 188);
}
.cont-contactBtn .cont-flip .back {
  background-color: silver;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cont-contactBtn .btn {
  margin-top: 155px;
}
.cont-contactBtn .cont-flip.flipped {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cont-contactBtn .contact-form {
  padding: 0 10%;
  margin-top: 50px;
  width: 80%;
}
.cont-contactBtn .contact-form input, .cont-contactBtn .contact-form textarea {
  border: 1px solid #808080;
  font-size: 12px;
  padding: 10px 0;
  text-transform: uppercase;
}
.cont-contactBtn .contact-form input[type="text"] {
  float: left;
  margin-bottom: 8px;
  padding-left: 3%;
  width: 44.9%;
}
.cont-contactBtn .contact-form .gutter {
  margin-right: 2.8%;
}
.cont-contactBtn .contact-form textarea {
  height: 106px;
  padding-left: 3%;
  margin-bottom: 22px;
  width: 96.2%;
}
.cont-contactBtn .contact-form input[type="submit"] {
  background-color: #ff4d54;
  border: none;
  color: white;
  height: 45px;
  width: 100%;
  max-width: 93px;
  text-align: center;
}
.cont-contactBtn .close {
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("https://computech-oberhausen.de/themes/computheme/http://i.imgur.com/WoKg12q.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15px;
  right: 3%;
}

.btn {
  border: 3px white solid;
  color: white;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin: 0 auto;
  max-width: 280px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}



/* Blog
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

.blogwall_wrapper{
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
}

.blogtile {
	width: 100%;
	height: 100%;
  min-height: 600px;
	max-width: 408px;
	background-color: #fafafa;
	padding-bottom: 1.5em;
	float: left;
	margin: 0 20px 3em 20px;
	}

@media screen and (max-width: 992px) {
.blogwall_wrapper {
  max-width: 448px;
}
}

@media screen and (max-width: 502px) {
.blogwall_wrapper {
  max-width: 350px;
}
.blogtile {
  max-width: 350px;
  margin: 0 0 1.5em 0;
}
.blogtile img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
}

@media screen and (min-width: 1090px) {
.blogwall_wrapper {
  max-width: 910px;
}
.blogtile {
    margin: 0 22px 3em 22px;
}
}

@media screen and (min-width: 1120px) {
.blogwall_wrapper {
  max-width: 960px;
}
.blogtile {
    margin: 0 30px 3em 30px;
}
}

@media screen and (min-width: 1200px) {
.blogwall_wrapper {
  max-width: 1040px;
}
.blogtile {
    margin: 0 54px 3.5em 54px;
}
}
.blogtile .ccm-page-list-title {
	padding: 0 1em .4em 18px !important;
}
.blogtile .ccm-page-list-description {
	padding: 0 1em 1em 1em;
	margin-bottom: 1em;
}
.readmoreblog a {
	background-color: rgb(44, 125, 188);
	padding: .5em 1em;
	color: #fff;
	margin: 1.8em 0 1em 18px;
}

.readmoreblog a:hover {
  text-decoration: none;
  background-color: rgb(34, 115, 178);
}
.blogtile h3 a:hover {
  text-decoration: none;
}


.singlearticle {
  padding: 1em;
}

.singlearticle h2 {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0 1.6em 0;
  font-size: 2em;
}



/* Aktionen
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */


.singleaction{
  width: 100%;
  max-width: 968px;
  margin: 0 auto 60px auto;
    background-color: #fafafa;
}
.singleaction p .actionheaderimage{
  opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity  .4s ease-in-out;
-ms-transition: opacity  .4s ease-in-out;
-o-transition: opacity  .4s ease-in-out;
transition: opacity .4s ease-in-out;
text-align: center;
margin:  0 auto;
max-width: 100% !important;
height: auto;

}

.actionheaderimage {
  background-color: #fff;
}
.actionheaderimage:hover{ opacity: .8;}


.singleaction h2 {
  color: #2c7dbc;
  float: left;
  font-size: 1.5em;
  padding-left: .5em;
}

.singleaction h3 {
  float: right;
    font-size: 1.5em;
    font-weight: bold;
    color:  #2c7dbc;
    padding-right: .5em;
}

.nopadding img {
	width: 100%;
	max-width: 968px;
	height: auto;
	padding: 0 0 0 0 !important;
}

.singleaction .conpadding p {
  padding: .8em;
  margin-bottom: .9em;
  margin-top: .5em;
}



.singleaction p strong {
  color: #2c7dbc;
}
.siactfoot {
  width: 100%;
  text-align: center;
  margin-top: 2.5em;
  padding-bottom: 1.2em;
}

.siactfoot a {
  color: #fff;
  background-color:   #2c7dbc;
  margin: 24px auto 10px auto;
  padding: .5em 1.4em;
  text-transform: uppercase;

}

.siactfoot a:hover,
 .siactfoot a:focus {
background: rgb(34, 115, 178);
text-decoration: none;
}


/* Hideme
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
.hideme
{
  opacity: 0;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}


::selection {
  background: #2c7dbc; /* Safari */
  color: #fff;
  }
::-moz-selection {
  background: #2c7dbc; /* Firefox */
    color: #fff;
}

.cptrelativewrap {
    position: relative;
}
.jobsheadline {
    position: absolute;
    top: 172px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 1060px) {
.jobsheadline {
    position: absolute;
    top: 114px;
    }
}
@media screen and (max-width: 900px){
.jobsheadline {
    position: static;
    margin: -25px auto 60px auto;
    background: #2e7ebc;
    padding: 30px 12px;
}}
.teaser_cpt.cpt.jobsinglepage {
    text-align: left;
}
.jobsinglepage h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 80px;
}
.jobsinglepage h2 {
    color: #2c7dbc;
    margin-top: 0;
    font-size: 1.8em;
}

.jobprofil {
    margin-top: 60px;
}

.cpt.jobsinglepage {
    width: 96%;
    margin: 0 auto;
}

.jobprofil h3 {
    color: #fff;
    background: #2c7dbc;
    text-transform: uppercase;
    font-size: 1.0em;
    display: inline-block;
    padding: 6px 40px;
}

.jobprofil ul {
list-style-image: url(https://computech-oberhausen.de/themes/computheme//images/blaueicon.png);
}

/* Update: Daily Service
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
.noimagespacer {
  height: 90px;
}
.teaser_blue h1 {
  color: #2c7dbc;
  margin-bottom: .5em;}

.teaser_blue h2 {
  color: #8c8c8c;
  font-size: 1.2em;
  margin-top: -.8em;
  text-transform: uppercase;}

.widedescription_cpt h3 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;}

.slimbreak h2 {
  text-align: center;
  color: #fff;
  margin-top: -.4em;}

.slimbreak p {
  font-size: 1em;
  text-align: center;
  margin-bottom: 1.5em;}

.slimbreak ul {
  list-style-image: url(https://computech-oberhausen.de/themes/computheme/images/checkicon.png);}
.slimbreak ul li {
  margin-bottom: .5em;
  color: #fff;
  padding-left: .4em;}
.pricesection h2 {
  text-align: center;
  margin-top: .5em;
  margin-bottom: .6em;}
.pricesection .row {margin-top: 2em;}
.pricesection .col-md-4 {text-align: center;}
.bluecheck {margin-right: 10px;}

.pricebadge {
  margin: 3em auto 2.5em auto;
  text-align: center;
  text-transform: uppercase;}
.pricebadge p {
  background-color: #2c7dbc;
  margin: 0 auto;
  max-width: 260px;
  padding: 5px;
  color: #fff;
  font-size: .9em;}
.pricebadge p strong {font-weight: normal;font-size: 1.1em;}
.greycontainer {
  background-color: #f5f5f5;
  width: 100%;
  padding-left: 1.8em;
  padding-right: 1.8em;
  margin-bottom: -2em;}
.greycontainer h2 {text-align: center;margin-bottom: 1em;}
.daily_questionbox p {margin-bottom: 1.5em;}
.bookingbadge{margin: 2.5em auto 4em auto;text-align: center;}

.bookingbadge a {
  color: #fff;
  background-color: #2c7dbc;
  padding: 4px 12px;
  text-transform: uppercase;
  opacity: 1;
  padding-left: 20px;
padding-right: 20px;}
.bookingbadge a:hover, .bookingbadge a:focus{opacity: .8;text-decoration: none;}
.questionbreak_cpt {color: #fff; padding-left: 2em;}
.questionbreak_cpt p {
  font-size: .9em;
  margin-top: -.2em;}
.questionbreak_cpt h4 {
  font-size: 1.1em;
  margin-top: -.3em;
  margin-bottom: -.2em;
  font-weight: normal;}

@media screen and (max-width: 992px){
.slimbreak ul {margin-left: 0em; text-align: left;}
.pricesection h2 {margin-top: 1em;}
.pricesection .col-md-4 {text-align: left;}
}

