/********************************************************/
/*                      Begin own headings              */
/********************************************************/
/* Hide arrows to show other images when show bigger image */
/*#hsrsp-rightarrow, #hsrsp-leftarrow {display: none}*/

.testing {
    font-size:60pt;
    color:blue;
}

/* After Avada Theme Update: Had to fix this manually! */
.fusion-main-menu {
    width:100%;
}

.vc_figure-caption {
    font-size: large !important;
}

/* News */
.vc_gitem-animated-block {
    display: none;
}

/* FAQ */
.vc_toggle_title h4 {
    font-size: 14px !important;
}

.vc_tta-title-text {
    font-size: 1.1em !important;
}

@media (min-width:768px) {
    .fixed_height_frontpage {
        height:780px;
    }
}

.vc_btn3-size-md.vc_btn3 {
    padding: 5px 10px !important;
}

/* Achtung Visual Composer Bug von alten Seiten, neue Seiten haben jetzt zu viel Rand! */
.vc_row {
    margin-left: 0;
    margin-right: 0;
}

/* Um Twitter ordentlich zu zentrieren */
.center_twitter {
    text-align: center;
}

.center_twitter > iframe {
    margin: auto;
}

.ownborder {
    border: 1px solid black;
}

.rightborder {
    border-right: 1px solid black;
}

.heading1 {
	font-size:48pt;
	color:initial;
	line-height: initial;
}
.heading2 {
	font-size:36pt;
	color:initial;
	line-height: initial;
}
.heading3 {
	font-size:14pt;
	color:black;
	line-height: initial;
	font-weight:bold;
	margin-bottom:20px;
}

.heading4 {
	font-size: 24pt;
	font-weight: bold;
	line-height: initial;
	color:initial;
	margin-bottom:20px;
}

.standard_text {
	font-size:14pt;
	color:initial;
	line-height:1.5;
}

.title {
	font-size:16pt;
	color:initial;
	line-height:1.5;
}
.centered {
	text-align:center !important;
}

#editions td {
	color:black !important;
}

#editions table { border: 1px solid black }
#editions table td { border: 1px solid black }
#editions table th { border: 1px solid black }

#technology table { border: 1px solid black }
#technology table td { border: 1px solid black }
#technology table th { border: 1px solid black }


.list_heading {
	list-style:none;
	font-size:14pt;
	color:black;
	line-height:2;
	text-align:center;
}

/********************************************************/
/*                      End own headings                */
/********************************************************/

/* For News on Front-Page */
.text { font-size: 1.1em !important }
.title { font-size: 1.2em !important }

/* For positioning text in front of background image */
.infront {
    position: relative;
    z-index: 1;
}

/* No or minimal margin for text
@media (max-width: 767px) {
	.nomargin {
        padding-left: 0px !important;
		padding-right: 0px !important;
    }
}
*/

/* Customize Post-content: Use normal font-weight */
.post-content {
    font-weight: normal !important;
}

/* For Locations */
  @media (max-width:901px) {
    .tablebreaker { /* 2nd th-tag */
        width:100% !important;
        display: block !important;
 	}
  	.alteredwidth {  /* 1st th-tag */
  		width:300px !important;
    }
  }

/* Button for News */
.vc_btn3-container {
margin-bottom: 0px;
}

/* Show order form toggle in Service -> Support Plan  */
.orderformtitle h4 {
    font-size:20px !important;
}

/* Set arrows to white (for puttlab->applications image gallery and others). STRANGE CSS CALL TO COVER ALSO THE RIGHT ARROW!! */
#main body a:after, body a:before {color: white !important}


/* Backgrounds */

.bg1 {
    background: #EFEFBB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #EFEFBB , #D4D3DD); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #EFEFBB , #D4D3DD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg2 {
    background: #8e9eab; /* fallback for old browsers */ 
    background: -webkit-linear-gradient(to left, #8e9eab , #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #8e9eab , #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg3 {
    background: #F1F2B5; /* fallback for old browsers */ 
    background: -webkit-linear-gradient(to left, #F1F2B5 , #135058); /* Chrome 10-25, Safari 5.1-6 */ 
    background: linear-gradient(to left, #F1F2B5 , #135058); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg4 {
    background: #ECE9E6; /* fallback for old browsers */ 
    background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */ 
    background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg5 {
    background:
    -webkit-linear-gradient(45deg, hsla(186, 92%, 48%, 1) 0%, hsla(186, 92%, 48%, 0) 70%),
    -webkit-linear-gradient(315deg, hsla(162, 93%, 44%, 1) 10%, hsla(162, 93%, 44%, 0) 80%),
    -webkit-linear-gradient(225deg, hsla(168, 98%, 48%, 1) 10%, hsla(168, 98%, 48%, 0) 80%),
    -webkit-linear-gradient(135deg, hsla(220, 95%, 45%, 1) 100%, hsla(220, 95%, 45%, 0) 70%);
    background:
    linear-gradient(45deg, hsla(186, 92%, 48%, 1) 0%, hsla(186, 92%, 48%, 0) 70%),
    linear-gradient(135deg, hsla(162, 93%, 44%, 1) 10%, hsla(162, 93%, 44%, 0) 80%),
    linear-gradient(225deg, hsla(168, 98%, 48%, 1) 10%, hsla(168, 98%, 48%, 0) 80%),
    linear-gradient(315deg, hsla(220, 95%, 45%, 1) 100%, hsla(220, 95%, 45%, 0) 70%);
}
   
.bg6 {  
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg7 {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg8 {
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg9 {
    background: rgb(249,249,246); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(249,249,246,1) 0%, rgba(246,246,246,1) 40%, rgba(227,227,224,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(249,249,246,1) 0%,rgba(246,246,246,1) 40%,rgba(227,227,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(249,249,246,1) 0%,rgba(246,246,246,1) 40%,rgba(227,227,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f6', endColorstr='#e3e3e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg10 {
    background: rgb(240,237,232); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(240,237,232,1) 0%, rgba(246,246,246,1) 50%, rgba(230,226,225,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(240,237,232,1) 0%,rgba(246,246,246,1) 50%,rgba(230,226,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(240,237,232,1) 0%,rgba(246,246,246,1) 50%,rgba(230,226,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ede8', endColorstr='#e6e2e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg11 {
    background: rgb(227,227,227); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(227,227,227,1) 0%, rgba(249,249,246,1) 50%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(227,227,227,1) 0%,rgba(249,249,246,1) 50%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(227,227,227,1) 0%,rgba(249,249,246,1) 50%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 */
}
.bg12 {
    background: rgb(240,240,240); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 50%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%,rgba(255,255,255,1) 50%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(240,240,240,1) 0%,rgba(255,255,255,1) 50%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 */
}
.bg13 {
    background: rgb(227,227,224); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227,227,224,1) 0%, rgba(250,250,250,1) 50%, rgba(227,227,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227,227,224,1) 0%,rgba(250,250,250,1) 50%,rgba(227,227,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227,227,224,1) 0%,rgba(250,250,250,1) 50%,rgba(227,227,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e0', endColorstr='#e3e3e0',GradientType=0 ); /* IE6-9 */
}
.bg14 {
    background: rgb(236,233,230); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(236,233,230,1) 1%, rgba(255,255,255,1) 49%, rgba(236,233,230,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(236,233,230,1) 1%,rgba(255,255,255,1) 49%,rgba(236,233,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(236,233,230,1) 1%,rgba(255,255,255,1) 49%,rgba(236,233,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece9e6', endColorstr='#ece9e6',GradientType=0 ); /* IE6-9 */
}
.bg15 {
    background: rgb(236,233,230); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(236,233,230,1) 0%, rgba(255,255,255,1) 49%, rgba(236,233,230,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(236,233,230,1) 0%,rgba(255,255,255,1) 49%,rgba(236,233,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(236,233,230,1) 0%,rgba(255,255,255,1) 49%,rgba(236,233,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece9e6', endColorstr='#ece9e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg16 {
background: rgb(244,242,239); /* Old browsers */
background: -moz-linear-gradient(left, rgba(244,242,239,1) 0%, rgba(255,255,255,1) 49%, rgba(244,242,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(244,242,239,1) 0%,rgba(255,255,255,1) 49%,rgba(244,242,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(244,242,239,1) 0%,rgba(255,255,255,1) 49%,rgba(244,242,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2ef', endColorstr='#f4f2ef',GradientType=1 ); /* IE6-9 */
}
.bg17 {
background: rgb(247,243,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,243,242,1) 0%, rgba(255,255,255,1) 49%, rgba(247,243,242,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,243,242,1) 0%,rgba(255,255,255,1) 49%,rgba(247,243,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,243,242,1) 0%,rgba(255,255,255,1) 49%,rgba(247,243,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f3f2', endColorstr='#f7f3f2',GradientType=0 ); /* IE6-9 */
}
.bg18 {
background: rgb(217,217,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(217,217,221,1) 0%, rgba(245,245,245,1) 49%, rgba(245,245,245,1) 100%, rgba(217,217,221,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(217,217,221,1) 0%,rgba(245,245,245,1) 49%,rgba(245,245,245,1) 100%,rgba(217,217,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(217,217,221,1) 0%,rgba(245,245,245,1) 49%,rgba(245,245,245,1) 100%,rgba(217,217,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9dd', endColorstr='#d9d9dd',GradientType=0 ); /* IE6-9 */
}

@font-face {
  font-family: 'Slab';
  src: local('Slab'),
       url('../../../wp-content/fonts_manuell/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Josefin';
  src: local('Josefin'),
       url('../../../wp-content/fonts_manuell/JosefinSans-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Arvo';
  src: local('Arvo'),
       url('../../../wp-content/fonts_manuell/Arvo-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  src: local('Lato'),
       url('../../../wp-content/fonts_manuell/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Vollkorn';
  src: local('Vollkorn'),
       url('../../../wp-content/fonts_manuell/Vollkorn-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu'),
       url('../../../wp-content/fonts_manuell/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Old Standard TT';
  src: local('Old Standard TT'),
       url('../../../wp-content/fonts_manuell/OldStandardTT-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Droid Sans';
  src: local('Droid Sans'),
       url('../../../wp-content/fonts_manuell/DroidSans.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'),
       url('../../../wp-content/fonts_manuell/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald'),
       url('../../../wp-content/fonts_manuell/Oswald-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  src: local('Source Sans Pro'),
       url('../../../wp-content/fonts_manuell/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'),
       url('../../../wp-content/fonts_manuell/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}


/* */