/*
 Theme Name:     Manual Child Theme
 Theme URI:      https://smartwpthemes.com/
 Description:    Child Theme for Manual (DTAG CICD)
 Author:         jabin Kadel, Peter-Georg Merkel, Michael Johann, Philip Jurke, Michael Schönborn, Christian Grenda @ DTIT
 Author URI:     http://www.jabinkadel.com
 Template:       manual
 Version:        1.0
*/

/* ----- TYPOGRAPHY ----- */

/* --- IMPORT TELENEO */

@font-face
{
	font-family: 'TeleNeo';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/TeleNeoWeb-Thin.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: italic;
    font-weight: 100;
    src: url('./fonts/TeleNeoWeb-ThinItalic.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/TeleNeoWeb-Regular.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: italic;
    font-weight: normal;
    src: url('./fonts/TeleNeoWeb-RegularItalic.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/TeleNeoWeb-Medium.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/TeleNeoWeb-MediumItalic.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/TeleNeoWeb-Bold.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/TeleNeoWeb-Bold.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: italic;
    font-weight: bold;
    src: url('./fonts/TeleNeoWeb-BoldItalic.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/TeleNeoWeb-ExtraBold.woff');
}

@font-face
{
	font-family: 'TeleNeo';
    font-style: italic;
    font-weight: 900;
    src: url('./fonts/TeleNeoWeb-ExtraBoldItalic.woff');
}

/* --- HEADLINES */

h1,
h2,
h3,
h4,
h5,
h6
{
    font: normal normal 100 28px 'TeleNeo'
}

/* ----- BASIC STRUCTURE ----- */

/* --- BRAND HEADER */

#dtag-brand-bar
{
    align-items: center;
    background-color: #E20074;
    color: #fff;
    column-gap: 24px;
    display: grid;
    grid-template-areas: ". logo . claim .";
    grid-template-columns: auto 82px 920px 200px auto;
    padding-bottom: 12px;
    padding-top: 12px;
}

#dtag-logo
{
    grid-area: logo;
}

#dtag-claim
{
    grid-area: claim;
}

#dtag-navigation-bar > .container-fluid
{
	margin: 0;
    padding: 0;
}

#navbar
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: 'TeleNeo', sans-serif;
    color: #262626;
    font-size: 18px;
    line-height: 1.2;
}

p
{
    line-height: 150%;
}

.brand-header {
	z-index: 15;	
    width: 100%;
	position: relative;
}

.brandbar {
	min-height: 80px;
	background-color: #e20074;
	padding-left: 12px;
	padding-right: 12px;
}
.brand-claim, .brand-logo {
	display: block;
}

.brandbar::after, .brandbar::before {
	content: " ";
	display: table;
}

.brandbar::after {
	clear: both;
}
.brandbar .brand-logo {
	margin-top: 24px;
	float: left;
}
.brandbar .brand-claim {
	margin-top: 30px;
	float: right;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
img {
	max-width: unset;
}

div.shadowbox
{
	padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img.shadowbox
{
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

div.shadowboxleft
{
    padding-top: 10px;
    margin-right: 20px;
    margin-left: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
div.shadowboxright
{
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
div.shadowboxmiddle
{
    padding-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}

div.largeblock {
	
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	will-change: opacity;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-duration: 0.333s;

	width: 288px;
	height: 302px;
	flex-shrink: 0;
	flex-grow: 0;
	margin: 10px;
	font-weight: 400;
	line-height: 1;
    
	width: 288px;
	height: 302px;
	color: #262626;
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.06);
	will-change: transform, box-shadow;
	transition-property: transform, box-shadow;
	transition-timing-function: ease-out;
	transition-duration: 0.5s;

}

div.container
{
    padding-right: 24px !important;
}

.hvr-bob
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background: white !important;
}

nav.dtag-navigation-bar2
{
position: fixed;
    width: 100%;
}

@media (max-width: 767px)
    {
.mobile-menu-holder {
    display: unset;
}
}

.vc_grid-filter.vc_grid-filter-left {
    margin: 0 0 0 0px;
}